Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/link-checker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- name: Link Checker
id: lychee
uses: lycheeverse/lychee-action@a8c4c7cb88f0c7386610c35eb25108e448569cb0 #v2.7.0
uses: lycheeverse/lychee-action@8646ba30535128ac92d33dfc9133794bfdd9b411 #v2.8.0
with:
args: --verbose --no-progress --accept 100..=103,200..=299,429 './**/*.md'
format: markdown
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ In this repository in folder [workflow-templates](./workflow-templates/) you can
## Configuration files examples

- [Automatic PR Labeler](./config/examples/auto-labeler-config.yaml)
- [Docker build](./config/examples/docker-build-config.json)
- [Docker build](./config/examples/docker.cfg)
- [Docker metadata](./config/examples/metadata-config.yml)
- [Helm charts release](./config/examples/helm-charts-release-config.yaml)
- [Release notes auto-generation](./config/examples/release-drafter-config.yml)
Expand Down
Loading