Skip to content

Commit 7b4ceb8

Browse files
committed
labeler: auto add system-reinstall-bootc label
Automatically mark any PR touching files in the system-reinstall-bootc directory with the area/system-reinstall-bootc label. Signed-off-by: Omer Tuchfeld <[email protected]>
1 parent 7592807 commit 7b4ceb8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/labeler.yml

+5
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,8 @@ area/install:
1616
- any-glob-to-any-file:
1717
- 'lib/src/install.rs'
1818
- 'lib/src/install/**'
19+
20+
area/system-reinstall-bootc:
21+
- changed-files:
22+
- any-glob-to-any-file:
23+
- 'system-reinstall-bootc/**'

0 commit comments

Comments
 (0)