aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2023-09-16 15:23:06 +0200
committerGitHub <noreply@github.com>2023-09-16 13:23:06 +0000
commit5fc2a3f63ade0a0439c2825717a61649898a02d1 (patch)
treec7063c2d1d4839ce738a1683348d5cea55f82203 /.github
parent4ffc30cb842d6631fad1e6b45c77ac1101b405a3 (diff)
downloadgitea-5fc2a3f63ade0a0439c2825717a61649898a02d1.tar.gz
gitea-5fc2a3f63ade0a0439c2825717a61649898a02d1.zip
Add missing deps to files-changed (#27100)
The `docs` and `yaml` actions categories need to run when the dependencies `markdownlin-cli` or `yamllint` change, so add those to the list of dependencies for these actions. Fixes: https://github.com/go-gitea/gitea/issues/27098
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/files-changed.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/files-changed.yml b/.github/workflows/files-changed.yml
index 48db7a732e..ef6b8022ff 100644
--- a/.github/workflows/files-changed.yml
+++ b/.github/workflows/files-changed.yml
@@ -64,9 +64,12 @@ jobs:
- "**/*.md"
- "docs/**"
- ".markdownlint.yaml"
+ - "package.json"
+ - "package-lock.json"
actions:
- ".github/workflows/*"
+ - "Makefile"
templates:
- "templates/**/*.tmpl"
@@ -90,3 +93,5 @@ jobs:
- "**/*.yml"
- "**/*.yaml"
- ".yamllint.yaml"
+ - "pyproject.toml"
+ - "poetry.lock"