Skip to content

Commit

Permalink
Merge pull request #6204 from hugovk/stale
Browse files Browse the repository at this point in the history
Stale action: skip PRs without the special label and never close PRs
  • Loading branch information
radarhere committed Apr 12, 2022
2 parents 40a8cd3 + d144fe3 commit a04d691
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/stale.yml
Expand Up @@ -20,8 +20,9 @@ jobs:
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
debug-only: true
only-issue-labels: "Awaiting OP Action"
only-labels: "Awaiting OP Action"
close-issue-message: "Closing this issue as no feedback has been received."
days-before-stale: -1
days-before-close: 1
days-before-issue-close: 1
days-before-pr-close: -1
labels-to-remove-when-unstale: "Awaiting OP Action"

0 comments on commit a04d691

Please sign in to comment.