mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
[Automated] Update assign_pr_to_project caller workflow
This commit is contained in:
parent
7ccf04ed58
commit
2842c904d1
1 changed files with 3 additions and 2 deletions
5
.github/workflows/assign_pr_to_project.yml
vendored
5
.github/workflows/assign_pr_to_project.yml
vendored
|
|
@ -17,10 +17,11 @@ on:
|
|||
|
||||
jobs:
|
||||
auto-assign-pr:
|
||||
if: ${{ github.event.pull_request.head.repo.full_name == github.repository }}
|
||||
uses: ynput/ops-repo-automation/.github/workflows/pr_to_project.yml@main
|
||||
with:
|
||||
repo: "${{ github.repository }}"
|
||||
project_id: ${{ inputs.project_id || 16 }}
|
||||
pull_request_number: ${{ github.event.pull_request.number || inputs.pr_number }}
|
||||
project_id: "${{ inputs.project_id }}"
|
||||
pull_request_number: "${{ github.event.pull_request.number || inputs.pr_number }}"
|
||||
secrets:
|
||||
token: ${{ secrets.YNPUT_BOT_TOKEN }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue