diff --git a/.github/workflows/issue_project.yaml b/.github/workflows/issue_project.yaml index 2f68ecd6..dc5e0e8f 100644 --- a/.github/workflows/issue_project.yaml +++ b/.github/workflows/issue_project.yaml @@ -16,17 +16,9 @@ jobs: runs-on: ubuntu-latest name: Assign to One Project steps: - - name: Assign NEW issues and NEW pull requests to project 2 + - name: Assign NEW issues and NEW pull requests to project MED uses: srggrs/assign-one-project-github-action@1.2.1 if: github.event.action == 'opened' with: project: 'https://github.com/users/m4dm4rtig4n/projects/1' - - - name: Assign issues and pull requests with `bug` label to project 3 - uses: srggrs/assign-one-project-github-action@1.2.1 - if: | - contains(github.event.issue.labels.*.name, 'bug') || - contains(github.event.pull_request.labels.*.name, 'bug') - with: - project: 'https://github.com/users/m4dm4rtig4n/projects/1' column_name: 'BACKLOG'