Skip to content

Migrate pull request automation away from pull_request_target #55339

Migrate pull request automation away from pull_request_target

Migrate pull request automation away from pull_request_target #55339

Workflow file for this run

name: "Pull Request Labeler"
on:
pull_request:
types: [opened, synchronize, reopened]
permissions:
contents: read
pull-requests: read
jobs:
request-labels:
runs-on: ubuntu-latest
steps:
- name: Request privileged labeling
run: echo "Labels are applied by the workflow_run writer after re-validating the pull request."