labeler tweaks (#2617)

This commit is contained in:
DaneEvans
2025-08-03 02:08:45 +10:00
committed by GitHub
parent f7eb10c17b
commit 2daf1ba67b
4 changed files with 44 additions and 35 deletions

View File

@@ -0,0 +1,15 @@
name: "Pull Request Labeler"
on:
- pull_request_target
# Do not execute arbitary code on this workflow.
# See warnings at https://docs.github.com/en/actions/reference/workflows-and-actions/events-that-trigger-workflows#pull_request_target
jobs:
labeler:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- id: label-the-PR
uses: actions/labeler@v5