diff options
author | Robert Hensing <roberth@users.noreply.github.com> | 2023-06-30 15:10:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-30 15:10:07 +0200 |
commit | 685f1bb3864d52b80e74f920a150f8ffc7a479c3 (patch) | |
tree | 9a8963fe823ff8afedca0385811f3e821424fa68 /.github | |
parent | a0c617348b636d4a6f239450a61e029719e2c832 (diff) |
labeler.yml: tests -> with-tests
Diffstat (limited to '.github')
-rw-r--r-- | .github/labeler.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/labeler.yml b/.github/labeler.yml index fce0d3aeb..12120bdb3 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -16,7 +16,7 @@ "new-cli": - src/nix/**/* -"tests": +"with-tests": # Unit tests - src/*/tests/**/* # Functional and integration tests |