1
0
mirror of https://github.com/simple-icons/simple-icons.git synced 2024-12-16 01:10:30 +02:00

Fix workflow file syntax error

This commit is contained in:
Álvaro Mondéjar 2021-09-27 18:13:35 +02:00 committed by GitHub
parent 68a3b70b37
commit 8d2e473e39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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')
with:
project: https://github.com/orgs/simple-icons/projects/2
column_name: Unprioritised