Skip to content

Commit

Permalink
cleanup(repo): update the stale bot config
Browse files Browse the repository at this point in the history
  • Loading branch information
vsavkin committed May 29, 2020
1 parent 25432a6 commit d1679ce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/schedule-stale.yml
@@ -1,6 +1,6 @@
on:
schedule:
- cron: "* */12 * * *"
- cron: "*/5 * * * *"
name: Stale Bot workflow
jobs:
build:
Expand All @@ -17,9 +17,9 @@ jobs:
stale-issue-label: "status: stale"
operations-per-run: 300
remove-stale-when-updated: true
debug-only: true
only-labels: "blocked: more info needed,blocked: needs rebased,blocked: repro needed,blocked: retry with latest"
stale-issue-message: |
This issue has been automatically marked as stale because it hasn't had any recent activity. It will be closed in 14 days if no further activity occurs.
If we missed this issue please reply to keep it active.
Thanks for being a part of the Nrwl community! 🙏
exempt-issue-labels: |
community
Thanks for being a part of the Nx community! 🙏

0 comments on commit d1679ce

Please sign in to comment.