Skip to content

Commit 2ab88b2

Browse files
JohnVillalovosnejch
authored andcommitted
chore(ci): stale: allow issues/PRs that have stale label to be closed
If a `stale` label is manually applied, allow the issue or PR to be closed by the stale job. Previously it would require the `stale` label and to also have one of 'need info' or 'Waiting for response' labels added.
1 parent b74a6fb commit 2ab88b2

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
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/stale@v9.0.0
1919
with:
20-
any-of-labels: 'need info,Waiting for response'
20+
any-of-labels: 'need info,Waiting for response,stale'
2121
stale-issue-message: >
2222
This issue was marked stale because it has been open 60 days with no
2323
activity. Please remove the stale label or comment on this issue. Otherwise,

0 commit comments

Comments
 (0)