2023-09-07 15:30:03 -06:00
|
|
|
name: labeler
|
|
|
|
|
|
|
|
on:
|
|
|
|
pull_request_target:
|
|
|
|
types: [opened, synchronize, reopened]
|
|
|
|
|
|
|
|
concurrency:
|
|
|
|
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
|
|
|
cancel-in-progress: true
|
|
|
|
|
|
|
|
jobs:
|
2024-03-12 16:09:02 -06:00
|
|
|
labeler:
|
2023-09-07 15:30:03 -06:00
|
|
|
runs-on: ubuntu-latest
|
|
|
|
permissions:
|
|
|
|
contents: read
|
|
|
|
pull-requests: write
|
|
|
|
steps:
|
2024-03-12 16:09:02 -06:00
|
|
|
- uses: actions/labeler@v5
|
2023-09-07 15:30:03 -06:00
|
|
|
with:
|
2024-03-12 16:09:02 -06:00
|
|
|
sync-labels: true
|