Skip to content

Commit 1368106

Browse files
authored
Quick fix: add expression notation to stale label comment if && condition
1 parent 8e38eb2 commit 1368106

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/community-issue-comment.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name: Issue Comment Workflows
1010

1111
on:
1212
workflow_run:
13-
workflows: ["Label Stale Contributions"]
13+
workflows: [Label Stale Contributions]
1414
types:
1515
- completed
1616
issues:
@@ -51,7 +51,7 @@ jobs:
5151
# 'Label Stale Contributions' workflow runs
5252
# Returns: Posts warning comment tagging assignee
5353
stale-label-comment:
54-
if: github.event.action == 'labeled' && github.event.label.name == 'stale'
54+
if: ${{ github.event.action == 'labeled' && github.event.label.name == 'stale' }}
5555
runs-on: ubuntu-latest
5656
steps:
5757
- name: Post stale issue comment

0 commit comments

Comments
 (0)