diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2023-04-02 23:11:21 -0400 |
---|---|---|
committer | John Ericson <John.Ericson@Obsidian.Systems> | 2023-04-02 23:11:21 -0400 |
commit | 7963d0c68dfd31a1aa179a8bd8f37dd790701d7c (patch) | |
tree | 55482f78e32426fca40d5f3660624e72cfe3e712 /.github | |
parent | 2ef99cd10489929a755831251c3fad8f3df2faeb (diff) |
Try auto-labeling a few more things
Diffstat (limited to '.github')
-rw-r--r-- | .github/labeler.yml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.github/labeler.yml b/.github/labeler.yml index dc502b6d5..fce0d3aeb 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -2,5 +2,22 @@ - doc/manual/* - src/nix/**/*.md +"store": + - src/libstore/store-api.* + - src/libstore/*-store.* + +"fetching": + - src/libfetchers/**/* + +"repl": + - src/libcmd/repl.* + - src/nix/repl.* + +"new-cli": + - src/nix/**/* + "tests": + # Unit tests + - src/*/tests/**/* + # Functional and integration tests - tests/**/* |