diff options
author | Francesco Borzì <borzifrancesco@gmail.com> | 2022-10-28 17:35:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-28 17:35:53 +0200 |
commit | 7bbeea7e36a90e6512e434644a55b92ca5d522e2 (patch) | |
tree | b35ff7d30c5884873ef6ac161893260a1d2a7ba5 /.github | |
parent | 30bbd5bb2bea30f2f8ee65c9b74ef390f10d5f6c (diff) |
fix(CI): correct auto-assign-projects
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/add-to-project.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/add-to-project.yml b/.github/workflows/add-to-project.yml index 9cfdf1a5e8..60df61bde8 100644 --- a/.github/workflows/add-to-project.yml +++ b/.github/workflows/add-to-project.yml @@ -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' |