We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7081d1a + 22c1143 commit 3e82472Copy full SHA for 3e82472
.github/workflows/close-stale-issues.yaml
@@ -53,7 +53,7 @@ jobs:
53
days-before-pr-close: -1
54
55
# We only close issues with this label
56
- only-labels: "State: Awaiting user information"
+ only-labels: State-Awaiting user information
57
close-issue-label: Closed due to no reply
58
59
# Messages that we put in comments on issues
.github/workflows/remove-awaiting-user-info-label.yaml
@@ -25,6 +25,6 @@ jobs:
25
route: DELETE /repos/:repository/issues/:issue/labels/:label
26
repository: ${{ github.repository }}
27
issue: ${{ github.event.issue.number }}
28
- label: "State: Awaiting user information"
+ label: State-Awaiting user information
29
env:
30
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments