Merge pull request #261 from ghostbsd/ericbsd-patch-2

Update project_automation.yml
This commit is contained in:
Eric Turgeon 2025-05-08 22:09:21 -03:00 committed by GitHub
commit 596bb7111b
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 }} resource_node_id: ${{ github.event.pull_request.node_id }}
status_value: ${{ env.in_review }} status_value: ${{ env.in_review }}
issue_or_pr_closed: issue_closed:
name: issue_or_pr_closed name: issue_closed
runs-on: ubuntu-latest 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: steps:
- name: Check Close Reason and Update - name: Check Close Reason and Update
id: close-reason id: close-reason