mirror of
https://github.com/simple-icons/simple-icons.git
synced 2024-11-26 01:00:27 +02:00
Fix workflow file syntax error
This commit is contained in:
parent
8d2e473e39
commit
40108ff5cb
2
.github/workflows/add-labels-priority.yml
vendored
2
.github/workflows/add-labels-priority.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
||||
steps:
|
||||
- name: Assign pull requests to "Unprioritised"
|
||||
uses: srggrs/assign-one-project-github-action@1.2.1
|
||||
if: ! contains(github.event.pull_request.labels.*.name, 'icon outdated')
|
||||
if: contains(github.event.pull_request.labels.*.name, 'icon outdated') == false
|
||||
with:
|
||||
project: https://github.com/orgs/simple-icons/projects/2
|
||||
column_name: Unprioritised
|
||||
|
Loading…
Reference in New Issue
Block a user