From bad293d351c7c0852e6ebd9d8abc8edead396254 Mon Sep 17 00:00:00 2001 From: Eric Turgeon <4249848+ericbsd@users.noreply.github.com> Date: Thu, 8 May 2025 22:08:55 -0300 Subject: [PATCH] Update project_automation.yml --- .github/workflows/project_automation.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/project_automation.yml b/.github/workflows/project_automation.yml index e68e966..6eb3468 100644 --- a/.github/workflows/project_automation.yml +++ b/.github/workflows/project_automation.yml @@ -67,10 +67,10 @@ jobs: resource_node_id: ${{ github.event.pull_request.node_id }} status_value: ${{ env.in_review }} - issue_or_pr_closed: - name: issue_or_pr_closed + issue_closed: + name: issue_closed runs-on: ubuntu-latest - if: (github.event_name == 'issues' || github.event_name == 'pull_request') && github.event.action == 'closed' + if: github.event_name == 'issues' && github.event.action == 'closed' steps: - name: Check Close Reason and Update id: close-reason