mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Merge branch 'develop' into enhancement/farm-env-variables
This commit is contained in:
commit
fa88c298c4
2 changed files with 33 additions and 0 deletions
15
.github/workflows/assign_pr_to_project.yml
vendored
Normal file
15
.github/workflows/assign_pr_to_project.yml
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
name: 🔸Auto assign pr
|
||||
on:
|
||||
pull_request:
|
||||
types:
|
||||
- opened
|
||||
|
||||
jobs:
|
||||
auto-assign-pr:
|
||||
uses: ynput/ops-repo-automation/.github/workflows/pr_to_project.yml@develop
|
||||
with:
|
||||
repo: "${{ github.repository }}"
|
||||
project_id: 16
|
||||
pull_request_number: ${{ github.event.pull_request.number }}
|
||||
secrets:
|
||||
token: ${{ secrets.YNPUT_BOT_TOKEN }}
|
||||
18
.github/workflows/validate_pr_labels.yml
vendored
Normal file
18
.github/workflows/validate_pr_labels.yml
vendored
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
name: 🔎 Validate PR Labels
|
||||
on:
|
||||
pull_request:
|
||||
types:
|
||||
- opened
|
||||
- edited
|
||||
- labeled
|
||||
- unlabeled
|
||||
|
||||
jobs:
|
||||
validate-type-label:
|
||||
uses: ynput/ops-repo-automation/.github/workflows/validate_pr_labels.yml@develop
|
||||
with:
|
||||
repo: "${{ github.repository }}"
|
||||
pull_request_number: ${{ github.event.pull_request.number }}
|
||||
query_prefix: "type: "
|
||||
secrets:
|
||||
token: ${{ secrets.YNPUT_BOT_TOKEN }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue