Skip to content

Commit

Permalink
ci(workflow): fix syntax of error tracker workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Elenterius committed May 29, 2024
1 parent e90cca9 commit 84cec0a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/assign_to_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 84cec0a

Please sign in to comment.