mirror of
https://github.com/simple-icons/simple-icons.git
synced 2025-01-25 01:32:58 +02:00
Fix autocloser workflow (#9848)
This commit is contained in:
parent
54b2330b7c
commit
f74f0e6b99
4
.github/workflows/autoclose-issues.yml
vendored
4
.github/workflows/autoclose-issues.yml
vendored
@ -8,6 +8,8 @@ jobs:
|
|||||||
run:
|
run:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v4
|
||||||
- id: match-title
|
- id: match-title
|
||||||
name: Match title
|
name: Match title
|
||||||
# if the title contains the word Java (case insensitive)
|
# if the title contains the word Java (case insensitive)
|
||||||
@ -22,6 +24,8 @@ jobs:
|
|||||||
uses: ./.github/actions/get-labels
|
uses: ./.github/actions/get-labels
|
||||||
with:
|
with:
|
||||||
issue_number: ${{ github.event.issue.number }}
|
issue_number: ${{ github.event.issue.number }}
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
# if the issue is labeled as a 'new icon' and it matches Java, we
|
# if the issue is labeled as a 'new icon' and it matches Java, we
|
||||||
# - add a comment referring to the removal request
|
# - add a comment referring to the removal request
|
||||||
|
Loading…
x
Reference in New Issue
Block a user