Skip to content

chore(ci): migrate release-drafter to when and build OAS from the release tag #21080

chore(ci): migrate release-drafter to when and build OAS from the release tag

chore(ci): migrate release-drafter to when and build OAS from the release tag #21080

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