diff --git a/.github/other-configurations/labeller.yml b/.github/other-configurations/labeller.yml index 75f2bff..fb896b4 100644 --- a/.github/other-configurations/labeller.yml +++ b/.github/other-configurations/labeller.yml @@ -2,7 +2,17 @@ documentation: - any: - changed-files: - - any-glob-to-any-file: ["README.md", "docs/**"] + - any-glob-to-any-file: ["README.md", "*.md", "docs/**"] +markdown: + - any: + - changed-files: + - any-glob-to-any-file: + [ + "docs/*.md", + "*.md", + "LICENSE", + ".github/pull_request_template.md", + ] dependencies: - any: - changed-files: @@ -23,8 +33,7 @@ shell: github_actions: - any: - changed-files: - - any-glob-to-any-file: - [".github/workflows/*", ".github/workflows/**/*"] + - any-glob-to-any-file: [".github/workflows/*", ".github/actions/*"] docker: - any: - changed-files: diff --git a/.github/other-configurations/labels.yml b/.github/other-configurations/labels.yml index 92bc659..1c6fa6b 100644 --- a/.github/other-configurations/labels.yml +++ b/.github/other-configurations/labels.yml @@ -61,6 +61,9 @@ - color: 0373fc name: docker description: Pull requests that update Docker code +- color: 1900ff + name: markdown + description: Pull requests that update Markdown documentation # Components - color: f200f2 name: analyser