spacex / .github /workflows /pr_labeler.yml
dependabot[bot]
build(deps): bump actions/labeler from 4 to 5 (#477)
649e0db unverified
raw
history blame
268 Bytes
name: "Pull Request Auto Labeler"
on:
- pull_request_target
jobs:
triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
with:
sync-labels: true
dot: true