Skip to content

Commit

Permalink
Enable labeling issues as idle (mdn#10747)
Browse files Browse the repository at this point in the history
* Add workflow to mark idle issues and PRs

* Increase frequency for dry-run

* Enable idle issue labeling

* Delay first run
  • Loading branch information
ddbeck authored Nov 24, 2021
1 parent ea0d205 commit 089629d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/idle-issues.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 'Mark issues and pull requests as idle'
on:
schedule:
- cron: '55 * * * *'
- cron: '49 11,23 * * *'

jobs:
idle:
Expand All @@ -16,6 +16,5 @@ jobs:
stale-issue-label: 'idle'
stale-pr-label: 'idle'
enable-statistics: true
# debugging/dry-run stuff
debug-only: true
operations-per-run: 1000
ascending: true # oldest first, for now
operations-per-run: 100

0 comments on commit 089629d

Please sign in to comment.