mirror of
https://github.com/simple-icons/simple-icons.git
synced 2025-01-15 01:28:34 +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:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- id: match-title
|
||||
name: Match title
|
||||
# if the title contains the word Java (case insensitive)
|
||||
@ -22,6 +24,8 @@ jobs:
|
||||
uses: ./.github/actions/get-labels
|
||||
with:
|
||||
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
|
||||
# - add a comment referring to the removal request
|
||||
|
Loading…
x
Reference in New Issue
Block a user