use another labeler

This commit is contained in:
René Werner
2023-02-25 10:00:31 +01:00
parent f27ab7a48b
commit cfe24e69a0

View File

@@ -4,7 +4,13 @@ on:
types: [ opened, edited, milestoned ]
pull_request_target:
types: [ opened ]
permissions:
# Setting up permissions in the workflow to limit the scope of what it can do. Optional!
contents: read
issues: write
pull-requests: write
statuses: write
checks: write
jobs:
labeler:
runs-on: ubuntu-latest