Skip to content

Commit

Permalink
Add a more intuitive nostale label to stale bot (#1945)
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix authored Oct 8, 2022
1 parent 2a6ddcd commit ad3781e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,13 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: "This issue has been automatically marked as stale because it has not had recent activity.\nIt will be closed in 14 days if no further activity occurs.\nThank you for your contributions.\n\nIf you think this issue should stay open, please remove the `O: stale 🤖` label or comment on the issue."
stale-pr-message: "This pull request has been automatically marked as stale because it has not had recent activity.\nIt will be closed in 14 days if no further activity occurs.\nThank you for your contributions.\n\nIf you think this pull request should stay open, please remove the `O: stale 🤖` label or comment on the pull request."
close-issue-reason: not_planned
days-before-stale: 30
days-before-close: 14
stale-issue-label: "O: stale 🤖"
exempt-issue-labels: "O: backlog 🤖"
exempt-issue-labels: "O: backlog 🤖,nostale"
stale-pr-label: "O: stale 🤖"
exempt-pr-labels: "O: backlog 🤖"
exempt-pr-labels: "O: backlog 🤖,nostale"
labels-to-remove-when-unstale: "O: stale 🤖"
remove-issue-stale-when-updated: true
remove-pr-stale-when-updated: true

0 comments on commit ad3781e

Please sign in to comment.