Skip to content

Commit

Permalink
ci: set stale action reason to not_planned
Browse files Browse the repository at this point in the history
  • Loading branch information
john-u committed Jul 11, 2022
1 parent 76ba4c5 commit 290507c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/stale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Close stale issues

on:
schedule:
- cron: "30 1 * * *"
- cron: '30 1 * * *'

permissions:
issues: write
Expand All @@ -17,5 +17,6 @@ jobs:
steps:
- uses: actions/stale@v5
with:
stale-issue-message: "This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days."
exempt-issue-labels: "reviewed"
stale-issue-message: 'This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.'
exempt-issue-labels: 'reviewed'
close-issue-reason: 'not_planned'

0 comments on commit 290507c

Please sign in to comment.