Skip to content

Commit e153e31

Browse files
committed
Adjust stale bot
1 parent 9c9fe9f commit e153e31

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/bot_stale.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,10 @@ jobs:
1010
with:
1111
repo-token: ${{ secrets.GITHUB_TOKEN }}
1212
stale-issue-message: 'This issue has been marked as stale because it has not had recent activity. The bot will close the issue if no further action occurs.'
13+
exempt-issue-label: 'pinned'
14+
stale-issue-label: 'stale'
15+
stale-pr-message: 'This PR has been marked as stale because it has not had recent activity. The bot will close the PR if no further action occurs.'
16+
exempt-pr-label: 'pinned'
17+
stale-pr-label: 'stale'
1318
days-before-stale: 30
1419
days-before-close: 5

0 commit comments

Comments
 (0)