Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2ab88b2

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 beclosed 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 parentb74a6fb commit2ab88b2

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)

[8]ページ先頭

©2009-2025 Movatter.jp