root / .github / workflows / labeler.yml @ 74595d30
Historique | Voir | Annoter | Télécharger (360 octets)
1 | 65ed81ba | Tim Meusel | ---
|
---|---|---|---|
2 | # Managed by modulesync - DO NOT EDIT
|
||
3 | # https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
|
||
4 | |||
5 | name: "Pull Request Labeler" |
||
6 | |||
7 | f90426f6 | Tim Meusel | # yamllint disable-line rule:truthy
|
8 | 65ed81ba | Tim Meusel | on:
|
9 | pull_request_target: {} |
||
10 | |||
11 | jobs:
|
||
12 | labeler:
|
||
13 | permissions:
|
||
14 | contents: read |
||
15 | pull-requests: write |
||
16 | runs-on: ubuntu-latest |
||
17 | steps:
|
||
18 | - uses: actions/labeler@v5 |