Skip to content

chore!: Remove API deprecated in v47.0.0 #33693

chore!: Remove API deprecated in v47.0.0

chore!: Remove API deprecated in v47.0.0 #33693

Workflow file for this run

name: Check PR labels

Check warning on line 1 in .github/workflows/labels.yml

View workflow run for this annotation

GitHub Actions / Check PR labels

Workflow execution policy warning (evaluate mode)

On November 2, 2026, GitHub will restrict `pull_request_target` on public repositories by default. To continue allowing the event trigger, configure an Actions policy. Learn more: https://gh.io/securely-using-pull_request_target#default-policy-for-pull_request_target
on:
# pull_request_target is required so the labeler can apply labels to PRs from
# forks; the workflow does not check out or execute untrusted PR code.
pull_request_target: # zizmor: ignore[dangerous-triggers]
types: [opened, synchronize, reopened, labeled, unlabeled]
branches:
- main
permissions:
contents: read
pull-requests: write
jobs:
check_pr_labels:
runs-on: ubuntu-slim
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- uses: actions/labeler@bf12e9b00b37c5c0ca2b87b79b2daf7891dbda13 # v7.0.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
sync-labels: true
dot: true