Skip to content

Commit

Permalink
Update stale.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
samjrholt authored Nov 8, 2023
1 parent 3957b72 commit b007012
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# You can adjust the behavior by modifying this file.
# For more information, see:
# https://github.com/actions/stale
name: Mark stale issues and pull requests
name: Mark stale issues

on:
schedule:
Expand All @@ -21,9 +21,8 @@ jobs:
- uses: actions/stale@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue has not been active in 1 month.'
stale-issue-message: 'This issue has not been active in 1 month. If there is no further activity this issue will be closed in 2 weeks.'
days-before-stale: 30
stale-issue-label: 'inactive'
exempt-issue-labels: 'active'
days-before-close: 7
exempt-issue-labels: 'active,backlog,bug,documentation,feature request,in progress,pending'
days-before-close: 14

0 comments on commit b007012

Please sign in to comment.