diff --git a/.github/label-path.yml b/.github/label-path.yml index 55af59f..5f8004b 100644 --- a/.github/label-path.yml +++ b/.github/label-path.yml @@ -43,4 +43,18 @@ security: - any-glob-to-any-file: - "SECURITY-*.md" - ".github/workflows/harden.yml" + +# info (.github) specific labels +projects: + - changed-files: + - any-glob-to-any-file: + - "projects.md" +strategy: + - changed-files: + - any-glob-to-any-file: + - "strategy/**" +styleguide: + - changed-files: + - any-glob-to-any-file: + - "styleguide/**" ... diff --git a/projects.md b/projects.md index 7d722ce..12c581c 100644 --- a/projects.md +++ b/projects.md @@ -100,19 +100,19 @@ Unified logging library for CLI and production application. ## B -Library to create checkers/linters +Opinionated linter checking best Python practices ## C -Opinionated linter checking best Python practices +Opinionated linter checking best documentation practices ## D -Opinionated linter checking best documentation practices +Opinionated linter checking best GitHub Actions practices ## E -Opinionated linter checking best GitHub Actions practices +Library to create checkers/linters ## F @@ -195,3 +195,8 @@ OSV-Scanner management tool reading `pyproject.toml` and excluding vulnerabilities (if dev dependencies only) automatically. Exception management which automates it and allows for scripting. + +## W + +Pyproject.toml separator which allows to hook different systems +(e.g. `pre-commit`) on sub-file changes.