diff options
author | Robert Hensing <roberth@users.noreply.github.com> | 2023-07-08 19:21:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-08 19:21:25 +0200 |
commit | 8d871e18225d39a4c256b5416cc275137b8769b9 (patch) | |
tree | 989839c3c65ac9219ecdf4f1597e80e6275362cf /.github | |
parent | 6db66ebfc55769edd0c6bc70fcbd76246d4d26e0 (diff) | |
parent | 685f1bb3864d52b80e74f920a150f8ffc7a479c3 (diff) |
Merge pull request #8612 from NixOS/labeler-tests-to-with-tests
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 |