aboutsummaryrefslogtreecommitdiff
path: root/.github/labeler.yml
diff options
context:
space:
mode:
authorJade Lovelace <lix@jade.fyi>2024-06-11 20:41:32 -0700
committerJade Lovelace <lix@jade.fyi>2024-06-12 15:34:23 -0700
commit38e4e6963305ce6831971071455379b6e5b8619f (patch)
treeaad4b0d488f3dc46253ac889b326ae663356f98e /.github/labeler.yml
parent248ecb11af9a5ebc6259f082c630197efd1730f3 (diff)
.github: clean up stale things and wrong references
We do not need a stale bot. We do not need dependabot. Fixes: https://git.lix.systems/lix-project/lix/issues/391 Change-Id: I983fae4dc4cd9022b12f70e330b5c984c5fc1b9d
Diffstat (limited to '.github/labeler.yml')
-rw-r--r--.github/labeler.yml23
1 files changed, 0 insertions, 23 deletions
diff --git a/.github/labeler.yml b/.github/labeler.yml
deleted file mode 100644
index 7544f07a6..000000000
--- a/.github/labeler.yml
+++ /dev/null
@@ -1,23 +0,0 @@
-"documentation":
- - 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/**/*
-
-"with-tests":
- # Unit tests
- - src/*/tests/**/*
- # Functional and integration tests
- - tests/functional/**/*