From 1368106e3a2c8ec10850aaf114c59ef6a5ae3d1f Mon Sep 17 00:00:00 2001 From: Kylee Fields <43586156+kyleecodes@users.noreply.github.com> Date: Mon, 25 Nov 2024 21:03:33 -0500 Subject: [PATCH] Quick fix: add expression notation to stale label comment if && condition --- .github/workflows/community-issue-comment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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