1
0
mirror of https://github.com/containers/bootc.git synced 2026-02-05 15:45:53 +01:00

ci: Add GH labeler workflow

Because it's useful to track sub-components.

Signed-off-by: Colin Walters <walters@verbum.org>
This commit is contained in:
Colin Walters
2024-01-03 14:38:35 -05:00
parent 6656dab532
commit 809e2d26ed
2 changed files with 20 additions and 0 deletions

8
.github/labeler.yml vendored Normal file
View File

@@ -0,0 +1,8 @@
documentation:
- changed-files:
- any-glob-to-any-file: 'docs/*'
- any-glob-to-any-file: 'manpages-md'
- README.md
area/install:
- changed-files:
- any-glob-to-any-file: 'lib/src/install*'

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

@@ -0,0 +1,12 @@
name: "Pull Request Labeler"
on:
- pull_request_target
jobs:
triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5