Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
JackPlowman committed Nov 18, 2024
1 parent 4ba8a37 commit 2a80a15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
15 changes: 3 additions & 12 deletions .github/other-configurations/labeller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,7 @@
documentation:
- any:
- changed-files:
- 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",
]
- any-glob-to-any-file: ["README.md", "docs/**"]
dependencies:
- any:
- changed-files:
Expand All @@ -33,7 +23,8 @@ shell:
github_actions:
- any:
- changed-files:
- any-glob-to-any-file: [".github/workflows/*", ".github/actions/*"]
- any-glob-to-any-file:
[".github/workflows/*", ".github/workflows/**/*"]
docker:
- any:
- changed-files:
Expand Down
3 changes: 0 additions & 3 deletions .github/other-configurations/labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,6 @@
- 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
Expand Down

0 comments on commit 2a80a15

Please sign in to comment.