- Notifications
You must be signed in to change notification settings - Fork673
Commit44f62c4
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
1 file changed
+3
-0
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
| 20 | + | |
| 21 | + | |
| 22 | + | |
20 | 23 |
| |
21 | 24 |
| |
22 | 25 |
| |
|
0 commit comments
Comments
(0)