Skip to content

Commit

Permalink
Mark only prs as stale
Browse files Browse the repository at this point in the history
  • Loading branch information
kkawula committed Jan 15, 2025
1 parent 615d5c4 commit 2b06614
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/automate-stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
stale:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/stale@v9
Expand All @@ -22,20 +21,10 @@ jobs:
days-before-close: ${{ env.DAYS_BEFORE_CLOSE }}
operations-per-run: 3000
exempt-all-milestones: true
exempt-all-assignees: true
enable-statistics: true # This is only useful if secret ACTIONS_STEP_DEBUG=true
start-date: '2025-01-17'
remove-stale-when-updated: true

# Issue settings
exempt-issue-labels: 'new,bug,good first issue,help wanted'
stale-issue-label: stale
stale-issue-message: |
Hi! This issue hasn't had any action for a while, so I am marking
it as stale. It will close in ${{ env.DAYS_BEFORE_CLOSE }} days
unless something changes. Thanks for helping keep our project tidy!
close-issue-message: false

# PR settings
stale-pr-label: stale
stale-pr-message: |
Expand Down

0 comments on commit 2b06614

Please sign in to comment.