Skip to content

Commit 25d9ea3

Browse files
authored
Merge pull request #371 from romoh/stale-action
[SAME VERSION] Enable stale action
2 parents 95701b1 + ac22592 commit 25d9ea3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/stale-tasks.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,4 @@ jobs:
2121
stale-pr-message: >
2222
PR has been automatically marked as stale due to inactivity for 45 days. Update the PR to remove label, otherwise it will be automatically closed."
2323
exempt-issue-labels: keep-alive
24-
token: ${{ secrets.GITHUB_TOKEN }}
25-
debug-only: true
24+
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)