Update project_automation.yml
This commit is contained in:
parent
73f343d78f
commit
bad293d351
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue