Skip to content

Commit

Permalink
ci(labeler): improve labeling for modules
Browse files Browse the repository at this point in the history
Signed-off-by: AtomicFS <[email protected]>
  • Loading branch information
AtomicFS committed Jan 29, 2025
1 parent 5228032 commit 6126d79
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,29 +47,40 @@ module/coreboot:
- any-glob-to-any-file:
- 'cmd/firmware-action/recipes/coreboot*'
- 'docker/coreboot/**'
- head-branch:
- 'coreboot'
module/edk2:
- any:
- changed-files:
- any-glob-to-any-file:
- 'cmd/firmware-action/recipes/edk2*'
- 'docker/edk2/**'
- head-branch:
- 'edk2'
module/linux:
- any:
- changed-files:
- any-glob-to-any-file:
- 'cmd/firmware-action/recipes/linux*'
- 'docker/linux/**'
- head-branch:
- 'linux'
module/stitching:
- any:
- changed-files:
- any-glob-to-any-file:
- 'cmd/firmware-action/recipes/stitching*'
- head-branch:
- 'stitching'
module/u-root:
- any:
- changed-files:
- any-glob-to-any-file:
- 'cmd/firmware-action/recipes/uroot*'
- 'docker/uroot/**'
- head-branch:
- 'uroot'
- 'u-root'
python:
- any:
- changed-files:
Expand Down

0 comments on commit 6126d79

Please sign in to comment.