Skip to content

backport #3838 to 3.1 #4661

backport #3838 to 3.1

backport #3838 to 3.1 #4661

Workflow file for this run

# This action runs when a new PR is opened and will add labels to the PR
# if the files changed glob match any of the defined rules in .github/labeler.yml
name: Pull Request Labeler
on:
workflow_dispatch:
pull_request_target:
jobs:
triage:
name: Add labels to PR
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
repo-token: ${{ secrets.OSC_ROBOT_GH_PUB_REPO_TOKEN }}
configuration-path: .github/labeler.yml
sync-labels: true # Revert the labels applied to the PR when changes are reverted.