Fix workflow file syntax error

This commit is contained in:
Álvaro Mondéjar 2021-09-27 18:21:56 +02:00 committed by GitHub
parent 8d2e473e39
commit 40108ff5cb
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') == false
with:
project: https://github.com/orgs/simple-icons/projects/2
column_name: Unprioritised