mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
project action: improving switch expression
This commit is contained in:
parent
8f42a4351f
commit
5fa64d9af9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/project_actions.yml
vendored
2
.github/workflows/project_actions.yml
vendored
|
|
@ -31,7 +31,7 @@ jobs:
|
|||
gh_token: ${{ secrets.YNPUT_BOT_TOKEN }}
|
||||
organization: ynput
|
||||
project_id: 11
|
||||
resource_node_id: ${{ github.event.pull_request.node_id }} || ${{ github.event.issue.node_id }}
|
||||
resource_node_id: ${{ github.event.pull_request.node_id || github.event.issue.node_id }}
|
||||
status_value: Review In Progress
|
||||
|
||||
# pr_review_requested:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue