Skip to content

Commit

Permalink
Update stale workflow to avoid Misflag Issue (SEACrowd#173)
Browse files Browse the repository at this point in the history
* Update stale workflow to avoid misflag issue

* Update stale.yml

Add dry-run flag
  • Loading branch information
sabilmakbar authored Dec 13, 2023
1 parent e41f2df commit 88e2bb4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ jobs:
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'Hi, may I know if you are still working on this issue? Please let @holylovenia @SamuelCahyawijaya @sabilmakbar know if you need any help.'
stale-issue-label: 'no-issue-activity'
stale-issue-label: 'staled-issue'
days-before-stale: 14
days-before-close: -1
include-only-assigned: true
exempt-issue-labels: 'in-progress,pr-ready'
operations-per-run: 100
debug-only: true

0 comments on commit 88e2bb4

Please sign in to comment.