Update project_automation.yml

This commit is contained in:
Eric Turgeon 2025-05-08 22:08:55 -03:00 committed by GitHub
parent 73f343d78f
commit bad293d351
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -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