mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +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
|
||||
name: Assign to One Project
|
||||
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
|
||||
if: |
|
||||
contains(github.event.issue.labels.*.name, '1-19')
|
||||
with:
|
||||
project: 'https://github.com/azerothcore/azerothcore-wotlk/projects/14'
|
||||
column_name: 'Labeled'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user