-
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(workflow): fix syntax of error tracker workflow
- Loading branch information
1 parent
e90cca9
commit 84cec0a
Showing
1 changed file
with
6 additions
and
6 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 |
---|---|---|
|
@@ -12,9 +12,9 @@ jobs: | |
name: Assign to One Project | ||
steps: | ||
- name: Assign Issue with bug label to Biomancy Bug Tracker | ||
uses: srggrs/[email protected] | ||
if: | | ||
contains(github.event.issue.labels.*.name, 'bug') | ||
with: | ||
project: 'https://github.com/Elenterius/Biomancy/projects/2' | ||
column_name: 'Needs triage' | ||
uses: srggrs/[email protected] | ||
if: | | ||
contains(github.event.issue.labels.*.name, 'bug') | ||
with: | ||
project: 'https://github.com/Elenterius/Biomancy/projects/2' | ||
column_name: 'Needs triage' |