mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-31 09:33:47 +00:00
fix(CI): correct auto-assign-projects
This commit is contained in:
3
.github/workflows/add-to-project.yml
vendored
3
.github/workflows/add-to-project.yml
vendored
@@ -13,11 +13,10 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: Assign to One Project
|
name: Assign to One Project
|
||||||
steps:
|
steps:
|
||||||
- name: Assign issues and pull requests with `bug` label to project 3
|
- name: Assign issues with `1-19` label to their project
|
||||||
uses: srggrs/assign-one-project-github-action@1.2.1
|
uses: srggrs/assign-one-project-github-action@1.2.1
|
||||||
if: |
|
if: |
|
||||||
contains(github.event.issue.labels.*.name, '1-19')
|
contains(github.event.issue.labels.*.name, '1-19')
|
||||||
with:
|
with:
|
||||||
project: 'https://github.com/azerothcore/azerothcore-wotlk/projects/14'
|
project: 'https://github.com/azerothcore/azerothcore-wotlk/projects/14'
|
||||||
column_name: 'Labeled'
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user