diff --git a/.github/workflows/community-issue-comment.yml b/.github/workflows/community-issue-comment.yml index adcc79be..40f6e8cd 100644 --- a/.github/workflows/community-issue-comment.yml +++ b/.github/workflows/community-issue-comment.yml @@ -10,7 +10,7 @@ name: Issue Comment Workflows on: workflow_run: - workflows: ["Label Stale Contributions"] + workflows: [Label Stale Contributions] types: - completed issues: @@ -51,7 +51,7 @@ jobs: # 'Label Stale Contributions' workflow runs # Returns: Posts warning comment tagging assignee stale-label-comment: - if: github.event.action == 'labeled' && github.event.label.name == 'stale' + if: ${{ github.event.action == 'labeled' && github.event.label.name == 'stale' }} runs-on: ubuntu-latest steps: - name: Post stale issue comment