summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2023-01-25 11:10:37 -0500
committerGitHub <noreply@github.com>2023-01-25 11:10:37 -0500
commit597f08dee6d8cbfdcc24fa89a37c710b237f06da (patch)
treeb411b8c693de57030eff072e81ab8617e09e9272 /.github
parent0541c97e531bc7220b2879eb8a4139df0dc821b8 (diff)
Assorted infrastructure cleanup. (#14223)
* Remove old documentation check related config files. These are no longer used by any of our CI as far as I can tell. * Purge LGTM configuration and references. It has been fully shut down, so none of this works anymore. * Purge Travis CI config, scripts, and references. We are no longer using Travis CI, so all of this is useless. * Pureg config for other CI tools we are no longer using. * Remove old packaging related test scripts. These haven’t been used in years, and are potentially confusing for new contributors. * Restore MLC configuration. It is, in fact, still in use. * Fix bogus CI config in dist files. * Fix botched merge in CODEOWNERS.
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS2
-rw-r--r--.github/labeler.yml2
2 files changed, 0 insertions, 4 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 1d00c5aa9c..34c9345503 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -5,7 +5,6 @@
* @Ferroin
# Ownership by directory structure
-.travis/ @Ferroin @tkatsoulas
.github/ @Ferroin @tkatsoulas
aclk/ @stelfrag @underhood
build/ @Ferroin @tkatsoulas
@@ -41,7 +40,6 @@ Dockerfile* @Ferroin @tkatsoulas
# Ownership of specific files
.gitignore @Ferroin @tkatsoulas @vkalintiris
-.travis.yml @Ferroin @tkatsoulas
.eslintrc @Ferroin @tkatsoulas
.eslintignore @Ferroin @tkatsoulas
.csslintrc @Ferroin @tkatsoulas
diff --git a/.github/labeler.yml b/.github/labeler.yml
index 2ff58d1272..4d3a614d4d 100644
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -34,8 +34,6 @@ area/build:
- "**/Makefile.am"
area/ci:
- - .travis/*
- - .travis/**/*
- .github/*
- .github/**/*