mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-08-01 23:28:42 +00:00
chore(muffet): ignore dev.to links
seeing some test failure in https://github.com/runatlantis/atlantis/actions/runs/9573347588/job/26400183294 ``` http://localhost:8080/blog/2024/integrating-atlantis-with-opentofu.html 403 https://dev.to/jmateusousa/integrating-atlantis-with-opentofu-lnd ``` Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
1
.github/workflows/website.yml
vendored
1
.github/workflows/website.yml
vendored
@@ -88,6 +88,7 @@ jobs:
|
||||
- run: |
|
||||
./muffet \
|
||||
-e 'https://medium.com/runatlantis' \
|
||||
-e 'https://dev.to/*' \
|
||||
-e 'https://twitter.com/*' \
|
||||
-e 'https://github\.com/runatlantis/atlantis/edit/main/.*' \
|
||||
-e 'https://github.com/runatlantis/helm-charts#customization' \
|
||||
|
||||
Reference in New Issue
Block a user