fix(CI): correct auto-assign-projects

This commit is contained in:
Francesco Borzì
2022-10-28 17:35:53 +02:00
committed by GitHub
parent 30bbd5bb2b
commit 7bbeea7e36

View File

@@ -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'