ci: Auto-label PRs based on the scope of their diff

This commit is contained in:
Reinier van der Leer
2024-02-29 19:38:04 +01:00
parent 40f98f0f38
commit 695049bfa3
2 changed files with 34 additions and 0 deletions

View File

@@ -55,3 +55,14 @@ jobs:
message_if_xl: >
This PR exceeds the recommended size of 500 lines.
Please make sure you are NOT addressing multiple issues with one PR.
scope:
if: ${{ github.event_name == 'pull_request_target' }}
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
with:
sync-labels: true