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:
8
.github/labeler.yml
vendored
Normal file
8
.github/labeler.yml
vendored
Normal 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
12
.github/workflows/labeler.yml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user