mirror of
https://github.com/Mibew/simple-icons.git
synced 2024-11-15 18:04:12 +03:00
Fix error in project auto-unassigment on CI (#7139)
This commit is contained in:
parent
6eee268a48
commit
47e4a69724
1
.github/workflows/add-labels-priority.yml
vendored
1
.github/workflows/add-labels-priority.yml
vendored
@ -85,7 +85,6 @@ jobs:
|
||||
if: |
|
||||
github.event.action != 'opened' &&
|
||||
github.event.pull_request.merged == false
|
||||
needs: triage
|
||||
env:
|
||||
MY_GITHUB_TOKEN: ${{ secrets.AUTO_ASSIGN_WORKFLOW_TOKEN }}
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user