Skip to content

Commit

Permalink
Work in feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
daogrady committed Aug 10, 2023
1 parent bdad1b2 commit 00b2316
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,13 @@ jobs:
- uses: actions/stale@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-issue-stale: 14
days-before-issue-stale: 30
stale-issue-message: 'This issue has not been updated in a while. If it is still relevant, please comment on it to keep it open. The issue will be closed soon if it remains inactive.'
close-issue-message: 'This issue has been closed automatically due to inactivity.'
stale-pr-message: 'This PR has not been updated in a while. If it is still relevant, please comment on it to keep it open. The PR will be closed soon if it remains inactive.'
close-pr-message: 'This PR has been closed automatically due to inactivity.'
stale-issue-label: 'stale'
stale-pr-label: 'stale'
exempt-issue-labels: 'keepalive'
exempt-pr-labels: 'keepalive'
exempt-issue-labels: 'keepalive', 'feature request'
exempt-pr-labels: 'keepalive', 'feature request'
exempt-all-milestones: true

0 comments on commit 00b2316

Please sign in to comment.