Skip to content

Commit

Permalink
Merge pull request #2146 from elebumm/JasonLovesDoggo-patch-1
Browse files Browse the repository at this point in the history
FIX: Stop CI from closing valid issues
  • Loading branch information
JasonLovesDoggo authored Sep 18, 2024
2 parents c68c580 + 9316578 commit 3d4c34d
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue is stale because it has been open 7 days with no activity. Remove stale label or comment, or this will be closed in 10 days.'
close-issue-message: 'Issue closed due to being stale. Please reopen if issue persists in latest version.'
days-before-stale: 6
days-before-close: 12
days-before-stale: 7
days-before-close: 15
stale-issue-label: 'stale'
close-issue-label: 'outdated'
exempt-issue-labels: 'enhancement,keep,blocked'
Expand All @@ -31,20 +31,9 @@ jobs:
ascending: true
#debug-only: true

- uses: actions/stale@v9
id: stale-pr
name: stale-pr
with:
# general settings
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-pr-message: 'This pull request is stale as it has been open for 7 days with no activity. Remove stale label or comment, or this will be closed in 10 days.'
close-pr-message: 'Pull request closed due to being stale.'
days-before-stale: 10
days-before-close: 20
close-pr-label: 'outdated'
stale-pr-label: 'stale'
exempt-pr-labels: 'keep,blocked,before next release,after next release'
exempt-all-pr-milestones: true
operations-per-run: 300
remove-stale-when-updated: true
#debug-only: true

0 comments on commit 3d4c34d

Please sign in to comment.