mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix action trigger to be only changes_requested
This commit is contained in:
parent
7930355de5
commit
c758ec151f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/project_actions.yml
vendored
2
.github/workflows/project_actions.yml
vendored
|
|
@ -10,7 +10,7 @@ jobs:
|
|||
pr_review_requested:
|
||||
name: pr_review_requested
|
||||
runs-on: ubuntu-latest
|
||||
if: github.event_name == 'pull_request' && github.event.action == 'review_requested'
|
||||
if: github.event_name == 'pull_request_review' && github.event.review.state == 'changes_requested'
|
||||
steps:
|
||||
- name: Move PR to 'Change Requested'
|
||||
uses: leonsteinhaeuser/project-beta-automations@v2.1.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue