chore(deps): update dependency raviqqe/muffet to v2.10.2 in .github/workflows/website.yml (main) (#4735)

Signed-off-by: Rui Chen <rui@chenrui.dev>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
renovate[bot]
2024-07-09 18:06:18 -04:00
committed by GitHub
parent a1eabf8422
commit e0ea7186bd
2 changed files with 3 additions and 1 deletions

View File

@@ -63,7 +63,7 @@ jobs:
- name: run http-server
env:
# renovate: datasource=github-releases depName=raviqqe/muffet
MUFFET_VERSION: 2.10.1
MUFFET_VERSION: 2.10.2
run: |
# install raviqqe/muffet to check for broken links.
curl -Ls https://github.com/raviqqe/muffet/releases/download/v${MUFFET_VERSION}/muffet_linux_amd64.tar.gz | tar -xz

View File

@@ -904,11 +904,13 @@ This is useful when you have many projects and want to keep the pull request cle
Defaults to the atlantis home directory `/home/atlantis/.markdown_templates/` in `/$HOME/.markdown_templates`.
### `--max-comments-per-command`
```bash
atlantis server --max-comments-per-command=100
# or
ATLANTIS_MAX_COMMENTS_PER_COMMAND=100
```
Limit the number of comments published after a command is executed, to prevent spamming your VCS and Atlantis to get throttled as a result. Defaults to `100`. Set this option to `0` to disable log truncation. Note that the truncation will happen on the top of the command output, to preserve the most important parts of the output, often displayed at the end.
### `--parallel-apply`