Skip to content

Commit

Permalink
chore: correct stale pr exemptions (#2074)
Browse files Browse the repository at this point in the history
  • Loading branch information
apeabody authored Jan 3, 2024
1 parent 4bddc66 commit c49c5c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion infra/terraform/test-org/github/resources/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
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'
stale-pr-message: 'This PR 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: triaged,dependencies
exempt-issue-labels: 'triaged'
exempt-pr-labels: 'dependencies,autorelease: pending'

0 comments on commit c49c5c5

Please sign in to comment.