chore(ci): common issue-labels name for all related workflows

It helps clarify in the list of status that they are all related to
workflow triggered or controlled by issue labelling.
This commit is contained in:
Earl Warren 2024-12-06 06:03:51 +01:00
commit b16a949e53
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
4 changed files with 6 additions and 20 deletions

View file

@ -14,7 +14,7 @@
# - after it is merged, double check it works by setting the
# run-end-to-end-test on a pull request (any pull request will do)
#
name: end-to-end
name: issue-labels
on:
push:
@ -25,24 +25,6 @@ on:
- labeled
jobs:
info:
if: vars.ROLE == 'forgejo-coding'
runs-on: docker
container:
image: code.forgejo.org/oci/node:20-bookworm
steps:
- name: event
run: |
echo github.event.pull_request.head.repo.fork = ${{ github.event.pull_request.head.repo.fork }}
echo github.event.action = ${{ github.event.action }}
echo github.event.label
cat <<'EOF'
${{ toJSON(github.event.label) }}
EOF
cat <<'EOF'
${{ toJSON(github.event) }}
EOF
cascade:
if: >
vars.ROLE == 'forgejo-coding' && (