1
0
Fork 0
mirror of https://github.com/hyprwm/Hyprland synced 2024-12-12 18:09:48 +01:00
Hyprland/.github/workflows/labeler.yml
DrummyFloyd 1f71d5f5c1
ci: add auto labels on PR ()
* ci: add auto labels

* ci(labeler): add glob for src/protocols

* ci: adapt to vaxerski request
2024-06-09 15:53:05 +02:00

12 lines
211 B
YAML

name: "Pull Request Labeler"
on:
- pull_request_target
jobs:
labeler:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5