mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
updating project_action
This commit is contained in:
parent
1531708236
commit
09faa840ae
1 changed files with 1 additions and 4 deletions
5
.github/workflows/project_actions.yml
vendored
5
.github/workflows/project_actions.yml
vendored
|
|
@ -2,9 +2,7 @@ name: project-actions
|
|||
|
||||
on:
|
||||
pull_request:
|
||||
types: [review_requested, closed]
|
||||
pull_request_review:
|
||||
types: [submitted]
|
||||
types: [review_requested]
|
||||
|
||||
jobs:
|
||||
pr_review_requested:
|
||||
|
|
@ -16,7 +14,6 @@ jobs:
|
|||
uses: leonsteinhaeuser/project-beta-automations@v2.1.0
|
||||
with:
|
||||
gh_token: ${{ secrets.YNPUT_BOT_TOKEN }}
|
||||
user: ${{ secrets.CI_USER }}
|
||||
organization: ynput
|
||||
project_id: 11
|
||||
resource_node_id: ${{ github.event.pull_request.node_id }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue