Skip to content

Commit 97ebaac

Browse files
committed
labeler: Fix for crate renames
- Have area/documentation not a standalone documentation - Fix the other labels for the move into crates/ Signed-off-by: Colin Walters <[email protected]>
1 parent c88d87c commit 97ebaac

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

.github/labeler.yml

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,25 @@
1-
documentation:
1+
# Maybe in the future we have a label-per-crate, but
2+
# for now this is just a rough cut.
3+
4+
area/documentation:
25
- changed-files:
36
- any-glob-to-any-file:
47
- 'docs/**'
58
- README.md
9+
- CONTRIBUTING.md
610

711
area/install:
812
- changed-files:
913
- any-glob-to-any-file:
10-
- 'lib/src/install.rs'
11-
- 'lib/src/install/**'
14+
- 'crates/lib/src/install.rs'
15+
- 'crates/lib/src/install/**'
1216

1317
area/system-reinstall-bootc:
1418
- changed-files:
1519
- any-glob-to-any-file:
16-
- 'system-reinstall-bootc/**'
20+
- 'crates/system-reinstall-bootc/**'
21+
22+
area/ostree:
23+
- changed-files:
24+
- any-glob-to-any-file:
25+
- 'crates/ostree-ext/**'

0 commit comments

Comments
 (0)