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

Commit44f62c4

Browse files
JohnVillalovosnejch
authored andcommitted
chore(ci): specify name of "stale" label
Saw the following error in the log: [#2618] Removing the label "Stale" from this issue... ##[error][#2618] Error when removing the label: "Label does not exist"My theory is that the case doesn't match ("Stale" != "stale") and thatis why it failed. Our label is "stale" so update this to match.Thought of changing the label name on GitHub but then would alsorequire a change here to the "any-of-labels". So it seemed simpler tojust change it here.It is confusing though that it detected the label "stale", but thencouldn't delete it.
1 parent2ab88b2 commit44f62c4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎.github/workflows/stale.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
steps:
1818
-uses:actions/stale@v9.0.0
1919
with:
20+
stale-issue-label:"stale"
21+
stale-pr-label:"stale"
22+
2023
any-of-labels:'need info,Waiting for response,stale'
2124
stale-issue-message:>
2225
This issue was marked stale because it has been open 60 days with no

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp