Skip to content

Commit 4160d91

Browse files
committed
Skip all PRs without the special label
1 parent c45a29d commit 4160d91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ 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
2626
days-before-close: 1

0 commit comments

Comments
 (0)