Skip to content

Commit a04d691

Browse files
authored
Merge pull request #6204 from hugovk/stale
Stale action: skip PRs without the special label and never close PRs
2 parents 40a8cd3 + d144fe3 commit a04d691

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/stale.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ jobs:
2020
with:
2121
repo-token: ${{ secrets.GITHUB_TOKEN }}
2222
debug-only: true
23-
only-issue-labels: "Awaiting OP Action"
23+
only-labels: "Awaiting OP Action"
2424
close-issue-message: "Closing this issue as no feedback has been received."
2525
days-before-stale: -1
26-
days-before-close: 1
26+
days-before-issue-close: 1
27+
days-before-pr-close: -1
2728
labels-to-remove-when-unstale: "Awaiting OP Action"

0 commit comments

Comments
 (0)