chore: Add token
All checks were successful
Build and Push Docker Image / Build (push) Successful in 21s
All checks were successful
Build and Push Docker Image / Build (push) Successful in 21s
This commit is contained in:
parent
dd33698f9f
commit
80be6e39ca
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/stale@v9
|
||||
with:
|
||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
days-before-stale: 7
|
||||
stale-pr-message: "This PR will be closed in 7 days due to inactivity. Add a comment or remove the 'Stale' label to keep it open."
|
||||
days-before-issue-stale: -1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue