diff --git a/.github/workflows/add-to-project.yml b/.github/workflows/add-to-project.yml index 9cfdf1a5e..60df61bde 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'