forked from MovingBlocks/Terasology
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: fix syntax errors in project-autoadd workflow
- Loading branch information
1 parent
232909c
commit e8380cf
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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') || | ||
|
@@ -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' && | ||
|