Skip to content

Fix a bug in how a image group name is determined #4000

Fix a bug in how a image group name is determined

Fix a bug in how a image group name is determined #4000

name: label pull request
on:
pull_request_target:
types:
- opened
- synchronize
jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
if: github.event_name == 'pull_request_target' || github.event_name == 'pull_request'
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"