Skip to content

Commit 57d0938

Browse files
authored
Fix stale issue label (tensorflow#2320)
Woops, I used spaces instead of hyphens.
1 parent bc7239f commit 57d0938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stale.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
days-before-issue-close: 14
2828
stale-issue-label: "status:stale"
2929
close-issue-reason: not_planned
30-
any-of-labels: "awaiting contributor response,cla:no"
30+
any-of-labels: "awaiting-contributor-response,cla:no"
3131
stale-issue-message: >
3232
Marking this issue as stale since it has been open for 14 days with no activity.
3333
This issue will be closed if no further activity occurs.

0 commit comments

Comments
 (0)