Skip to content

Commit

Permalink
Merge branch 'develop' into enhancement/AY-7196_Allow-publish-selecti…
Browse files Browse the repository at this point in the history
…on-of-texture_set-only
  • Loading branch information
moonyuet committed Nov 26, 2024
2 parents 24dd13f + f2f0bac commit 7aff6aa
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/assign_pr_to_project.yml
Original file line number Diff line number Diff line change
@@ -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 changes: 18 additions & 0 deletions .github/workflows/validate_pr_labels.yml
Original file line number Diff line number Diff line change
@@ -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 }}

0 comments on commit 7aff6aa

Please sign in to comment.