We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e38eb2 commit 1368106Copy full SHA for 1368106
.github/workflows/community-issue-comment.yml
@@ -10,7 +10,7 @@ name: Issue Comment Workflows
10
11
on:
12
workflow_run:
13
- workflows: ["Label Stale Contributions"]
+ workflows: [Label Stale Contributions]
14
types:
15
- completed
16
issues:
@@ -51,7 +51,7 @@ jobs:
51
# 'Label Stale Contributions' workflow runs
52
# Returns: Posts warning comment tagging assignee
53
stale-label-comment:
54
- if: github.event.action == 'labeled' && github.event.label.name == 'stale'
+ if: ${{ github.event.action == 'labeled' && github.event.label.name == 'stale' }}
55
runs-on: ubuntu-latest
56
steps:
57
- name: Post stale issue comment
0 commit comments