forked from TrueCloudLab/distribution
20 lines
328 B
YAML
20 lines
328 B
YAML
|
name: Pull Request Labeler
|
||
|
|
||
|
concurrency:
|
||
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||
|
cancel-in-progress: true
|
||
|
|
||
|
on:
|
||
|
pull_request_target:
|
||
|
|
||
|
jobs:
|
||
|
labeler:
|
||
|
permissions:
|
||
|
contents: read
|
||
|
pull-requests: write
|
||
|
runs-on: ubuntu-latest
|
||
|
steps:
|
||
|
- uses: actions/labeler@v5
|
||
|
with:
|
||
|
dot: true
|