🌱 Use backlog and "help wanted" labels on issues/PRs to keep stale-bot away (#3690)

* Use "never stale" tag on issues/PRs to keep stale-bot away

Signed-off-by: Pedro Kaj Kjellerup Nacht <pnacht@google.com>

* Replace 'never stale' with 'icebox', 'help wanted'

Signed-off-by: Pedro Kaj Kjellerup Nacht <pnacht@google.com>

* Replace "icebox,help needed" with "backlog,help wanted"

Signed-off-by: Pedro Kaj Kjellerup Nacht <pnacht@google.com>

---------

Signed-off-by: Pedro Kaj Kjellerup Nacht <pnacht@google.com>
This commit is contained in:
Pedro Kaj Kjellerup Nacht 2023-12-12 16:01:00 -03:00 committed by GitHub
parent 3ce1daa74a
commit 663e1a9bad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,7 +36,7 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue is stale because it has been open for 60 days with no activity.'
stale-pr-message: 'This pull request is stale because it has been open for 10 days with no activity'
exempt-issue-labels: 'priority,bug,good first issue'
exempt-issue-labels: 'priority,bug,good first issue,backlog,help wanted'
exempt-issue-milestones: 'Structured results'
exempt-pr-labels: 'awaiting-approval,work-in-progress'
days-before-pr-stale: '10'