Skip to content

Commit b2e5880

Browse files
chore(CI): replaced stale bot with stale action (#10219)
1 parent 593832e commit b2e5880

2 files changed

Lines changed: 19 additions & 28 deletions

File tree

.github/stale.yml

Lines changed: 0 additions & 28 deletions
This file was deleted.

.github/workflows/stale.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: 'Close stale issues and PRs'
2+
on:
3+
schedule:
4+
- cron: '37 11 * * *'
5+
6+
jobs:
7+
stale:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/stale@v9
11+
with:
12+
days-before-stale: 60
13+
days-before-close: 14
14+
exempt-issue-labels: 'accessibility,breaking change :boom:,security,pinned'
15+
stale-issue-label: 'wontfix'
16+
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.'
17+
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.'
18+
close-issue-message: false
19+
close-pr-message: false

0 commit comments

Comments
 (0)