mirror of
https://github.com/simple-icons/simple-icons.git
synced 2025-01-05 01:20:39 +02:00
Fix logic of checking author of PR (#9087)
This commit is contained in:
parent
da7cb03a79
commit
76964e3c26
2
.github/workflows/add-labels-priority.yml
vendored
2
.github/workflows/add-labels-priority.yml
vendored
@ -65,7 +65,7 @@ jobs:
|
||||
if: |
|
||||
contains(steps.get-labels.outputs.labels, 'new icon') &&
|
||||
join(steps.get-linked-issues.outputs.issues) != '' &&
|
||||
contains(steps.get-si-members.outputs.members, github.event.actor.login) == false
|
||||
contains(steps.get-si-members.outputs.members, github.event.pull_request.user.login) == false
|
||||
with:
|
||||
project: https://github.com/orgs/simple-icons/projects/2
|
||||
column_name: Priority 2
|
||||
|
Loading…
Reference in New Issue
Block a user