Skip to content

Commit

Permalink
ci: fix syntax errors in project-autoadd workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jdrueckert authored Nov 13, 2022
1 parent 232909c commit e8380cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/project-autoadd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
project: 'https://github.com/srggrs/assign-one-project-github-action/projects/26'
column_name: 'New (Inbox)'

- name: Assign issues and pull requests with `Type: Bug` label to bug board backlog
- name: Assign bug report issues and pull requests to bug board backlog
uses: srggrs/[email protected]
if: |
contains(github.event.issue.labels.*.name, 'Type: Bug') ||
Expand All @@ -44,7 +44,7 @@ jobs:
project: 'https://github.com/srggrs/assign-one-project-github-action/projects/25'
column_name: 'Backlog'

- name: Assign issues and pull requests with `Type: Improvement` label to feature board backlog
- name: Assign improvement issues and pull requests to feature board backlog
uses: srggrs/[email protected]
if: |
github.event.action != 'opened' &&
Expand Down

0 comments on commit e8380cf

Please sign in to comment.