Files
docker-docs/.github/workflows/labeler.yml
David Karlsson b9f0fc451a ci: auto-label pull requests
Use the official labeler action to automatically assign labels to PRs
based on the edited files.

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-11-21 14:43:37 +01:00

22 lines
347 B
YAML

name: labeler
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
pull_request_target:
jobs:
labeler:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
-
name: Run
uses: actions/labeler@v4
with:
dot: true