Autocloser: Only trigger on opened & fix issue number param (#8714)

This commit is contained in:
LitoMore 2023-06-03 02:32:53 +08:00 committed by GitHub
parent 62284fb9c1
commit 541fd43db1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,8 @@
name: Autocloser
on:
issues:
types: [opened, edited]
# we allow 'reopend' and 'edited' in case the issue was closed by accident
types: [opened]
jobs:
run:
@ -20,7 +21,7 @@ jobs:
- id: get-labels
name: Get labels
run: |
labels="$(curl --retry 5 -s https://api.github.com/repos/simple-icons/simple-icons/pulls/${{ github.event.pull_request.number }} | jq '.labels[].name' | tr '\n' ',' | sed -e 's/"//g' -e 's/,$//')"
labels="$(curl --retry 5 -s https://api.github.com/repos/simple-icons/simple-icons/pulls/${{ github.event.issue.number }} | jq '.labels[].name' | tr '\n' ',' | sed -e 's/"//g' -e 's/,$//')"
echo "labels=$labels" >> $GITHUB_OUTPUT
# if the issue is labeled as a 'new icon' and it matches Java, we