mirror of
https://github.com/simple-icons/simple-icons.git
synced 2024-11-26 01:00:27 +02:00
Fix get-labels
action usage (#10753)
This commit is contained in:
parent
f673b07a16
commit
a290fad1c9
3
.github/workflows/add-labels-priority.yml
vendored
3
.github/workflows/add-labels-priority.yml
vendored
@ -36,8 +36,7 @@ jobs:
|
||||
uses: ./.github/actions/get-labels
|
||||
with:
|
||||
issue_number: ${{ github.event.pull_request.number }}
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- id: get-si-members
|
||||
name: Get simple-icons members
|
||||
|
3
.github/workflows/autoclose-issues.yml
vendored
3
.github/workflows/autoclose-issues.yml
vendored
@ -31,8 +31,7 @@ jobs:
|
||||
uses: ./.github/actions/get-labels
|
||||
with:
|
||||
issue_number: ${{ github.event.issue.number }}
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
# if the issue is labeled as a 'new icon' and it matches Java, we
|
||||
# - add a comment referring to the removal request
|
||||
|
Loading…
Reference in New Issue
Block a user