Skip to content

Commit

Permalink
🌱 Use backlog and "help wanted" labels on issues/PRs to keep stale-bo…
Browse files Browse the repository at this point in the history
…t away (ossf#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>
  • Loading branch information
pnacht authored Dec 12, 2023
1 parent 3ce1daa commit 663e1a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 663e1a9

Please sign in to comment.