Skip to content

ci(release): trigger the back-merge on workflow_run so it actually fires #101

ci(release): trigger the back-merge on workflow_run so it actually fires

ci(release): trigger the back-merge on workflow_run so it actually fires #101

Workflow file for this run

name: Auto Label PR
on:
pull_request_target:
types: [opened, synchronize]
permissions:
contents: read
pull-requests: write
jobs:
label:
name: Auto Label
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/labeler@v7
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
sync-labels: false