summaryrefslogtreecommitdiffstats
path: root/.github/labeler.yml
AgeCommit message (Collapse)Author
2023-01-25Assorted infrastructure cleanup. (#14223)Austin S. Hemmelgarn
* 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.
2022-12-09remove deprecated fping.plugin in accordance with v1.37.0 deprecation notice ↵Ilya Mashchenko
(#14073)
2022-05-03Remove node.d.plugin and relevant files (#12769)Suraj Neupane
* Remove node.d.plugin and relevant files * fix build packages * remove node.d related words/phrases from docs and tests
2022-04-25chore(ci): add the root dir markdown files to area/docs (#12749)Ilya Mashchenko
2022-04-15adjust ACLK label (#12689)Ilya Mashchenko
2022-04-13add collectors/* labels (#12675)Ilya Mashchenko
2022-03-15Remove backends subsystem (#12146)Vladimir Kobal
2022-03-14chore(ci): add area/ebpf to PR labeler (#12382)Ilya Mashchenko
2021-12-22chore(ci): add area/claim to PR labeler (#11926)Ilya Mashchenko
2021-11-03Teach GH about ML label and its code owners. (#11750)vkalintiris
2021-11-03add *.mdx to labeler config (#11748)Ilya Mashchenko
2021-05-28labeler: add "mqtt_websockets" to the ACLK (#11197)Ilya Mashchenko
2020-09-02labeler: add `area/exporting` (#9866)Ilya Mashchenko
2020-05-22Remove old docs generation tooling (#8783)James Mills
* Remove old docs generation tooling * Remove more references to docs/generator/* * Remove more refernece to things no longer used for docs generation * Update contributing-documentation.md * Update contributing-documentation.md Co-authored-by: Joel Hans <joel.g.hans@gmail.com>
2020-03-30github: add ACLK to the labeler config (#8521)Ilya Mashchenko
2020-03-05Updated PR labeling to utilize new area/build label. (#8310)Austin S. Hemmelgarn
* Update PR labeling to utilize new area/build label. * Add build_external directory to build system.
2020-02-13github/actions: update labeler config and bump version (#8071)Ilya Mashchenko
* github/labeler: add Dockerfile* pattern to area/packaging label * github/labeler: switch to v0.1.0
2020-02-11github/workflow: change labeler (#8032)Ilya Mashchenko
* .github/workflow: switch from paulfantom/periodic-labeler to ilyam8/periodic-pr-labeler * .github/labeler: backends pattern fix
2020-01-08Switch PR labeling to use GitHub Actions. (#7630)Austin S. Hemmelgarn
This decouples the PR labeling process from the main CI process, allowing them to run completely independenly of each other. The new labeling configuration is based on copying, extending, and correcting the existing labeling rules in the `labeler.sh` script which the commit is removing. Labeling is configured through `.github/labeler.yml` file. Check there for info on the exact format. The exact configuration being used will update labels on PR's whenever one is opened, updated, reopened, or marked ready for review. It will not remove existing labels from the PR, only add new ones.