Skip to content

Commit

Permalink
Tell stalebot to ignore Status: On Hold (#2845)
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre authored Jan 7, 2021
1 parent fd12255 commit e7d1507
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
debug-only: false
ascending: false

exempt-issue-labels: "Status: Accepted"
exempt-issue-labels: "Status: Accepted,Status: On Hold"
stale-issue-label: "Status: Stale"
stale-issue-message: |-
This issue has gone three weeks without activity. In another week, I will close it.
Expand All @@ -32,7 +32,7 @@ jobs:
close-issue-label: ""
close-issue-message: ""

exempt-pr-labels: "Status: Accepted"
exempt-pr-labels: "Status: Accepted,Status: On Hold"
stale-pr-label: "Status: Stale"
stale-pr-message: |-
This pull request has gone three weeks without activity. In another week, I will close it.
Expand Down

1 comment on commit e7d1507

@vercel
Copy link

@vercel vercel bot commented on e7d1507 Jan 7, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

Please sign in to comment.