Skip to content

Commit

Permalink
chore(actions): Updated github stalebot actions to not close stale is…
Browse files Browse the repository at this point in the history
…sues (#11382)
  • Loading branch information
tlabaj authored Jan 9, 2025
1 parent d37ad25 commit acad1a9
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@ jobs:
- uses: actions/stale@v9
with:
days-before-stale: 60
days-before-close: 14
exempt-issue-labels: accessibility,breaking change :boom:,security,pinned
stale-issue-label: wontfix
days-before-close: -1
exempt-issue-labels: breaking change :boom:,pinned
stale-issue-label: stale
stale-issue-message: This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
stale-pr-message: This PR has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
close-issue-message: 'This issue has been closed because it has not had activity since being marked as stale.'
close-pr-message: 'This PR has been closed because it has not had activity since being marked as stale.'

0 comments on commit acad1a9

Please sign in to comment.