Skip to content

Commit

Permalink
GH Action stale: never stale enhancements (#433)
Browse files Browse the repository at this point in the history
  • Loading branch information
lenglaender authored Oct 13, 2022
1 parent 9ea225e commit 2b6771f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'Stale issues Bot'

on:
schedule:
- cron: '0 8 * * *'
- cron: '0 6 * * *'

jobs:
stale:
Expand All @@ -14,10 +14,12 @@ jobs:
steps:
- uses: actions/stale@v6
with:
exempt-issue-labels: 'do-not-stale'
repo-token: "${{ secrets.BOT_TOKEN }}"
exempt-issue-labels: 'do-not-stale,enhancement'
stale-issue-message: 'This issue has been automatically marked as stale because it has been without activity for 90 days. This issue will be closed in 14 days unless you comment or remove the stale label.'
close-issue-message: 'This issue was closed because it was stale for 14 days without any activity.'
days-before-issue-stale: 90
days-before-issue-close: 14
days-before-pr-close: -1
days-before-pr-stale: -1
operations-per-run: 300

0 comments on commit 2b6771f

Please sign in to comment.