ci: add pr-labeler

Signed-off-by: Shaun Thompson <shaun.thompson@docker.com>
This commit is contained in:
Shaun Thompson
2024-06-18 09:06:41 -04:00
parent 31187735de
commit 4d7365018c
2 changed files with 123 additions and 0 deletions

19
.github/workflows/labeler.yml vendored Normal file
View File

@@ -0,0 +1,19 @@
name: labeler
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
pull_request_target:
jobs:
labeler:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
-
name: Run
uses: actions/labeler@v5