Skip to content

Commit

Permalink
Update issue_project.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
m4dm4rtig4n committed Apr 14, 2023
1 parent 001f057 commit 8d6eb9c
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/issue_project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 8d6eb9c

Please sign in to comment.