Skip to content

perf(tags): centralize tag inheritance + replace signal disconnect with batch context manager (Phase B) #20040

perf(tags): centralize tag inheritance + replace signal disconnect with batch context manager (Phase B)

perf(tags): centralize tag inheritance + replace signal disconnect with batch context manager (Phase B) #20040

Workflow file for this run

name: PR Labeler
# run on pull_request_target because we need write access to the GItHub API
# don't run any code from PR here!
on:
pull_request_target:
types:
[opened, synchronize, reopened]
jobs:
labeler:
permissions:
contents: read
pull-requests: write
name: "Autolabeler"
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@f27b608878404679385c85cfa523b85ccb86e213 # v6.1.0
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: true