From 440e806d39bd7285101e5f66922ec6d68ae2803d Mon Sep 17 00:00:00 2001 From: Quentin McGaw Date: Tue, 30 Jul 2024 08:27:46 +0200 Subject: [PATCH] chore(ci): fix yaml lint and dead links --- .github/workflows/ci.yml | 2 ++ .github/workflows/closed-issue.yml | 10 ++++++---- .github/workflows/opened-issue.yml | 11 +++++++---- contributing/readme.md | 4 ++-- mlc_config.json | 3 ++- 5 files changed, 19 insertions(+), 11 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 296f340..5107644 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,6 +28,8 @@ jobs: level: error - uses: ibiqlik/action-yamllint@v3 + with: + config_data: "{extends: default, rules: {document-start: disable}}" - uses: gaurav-nelson/github-action-markdown-link-check@v1 with: diff --git a/.github/workflows/closed-issue.yml b/.github/workflows/closed-issue.yml index d8a37cf..210f31b 100644 --- a/.github/workflows/closed-issue.yml +++ b/.github/workflows/closed-issue.yml @@ -14,8 +14,10 @@ jobs: token: ${{ github.token }} issue-number: ${{ github.event.issue.number }} body: | - Closed issues are **NOT** monitored, so commenting here will NOT be seen by the maintainer. - If you think this is *still unresolved* and have **more information** to bring, please create another issue. + Closed issues are **NOT** monitored, so commenting here will NOT be + seen by the maintainer. If you think this is *still unresolved* and + have **more information** to bring, please create another issue. - This is an automated comment setup because @qdm12 is the sole maintainer of this project - which became too popular to monitor closed issues for additional comments. + This is an automated comment setup because @qdm12 is the sole + maintainer of this project which became too popular to monitor + closed issues for additional comments. diff --git a/.github/workflows/opened-issue.yml b/.github/workflows/opened-issue.yml index 7b55f61..de05439 100644 --- a/.github/workflows/opened-issue.yml +++ b/.github/workflows/opened-issue.yml @@ -14,10 +14,13 @@ jobs: token: ${{ github.token }} issue-number: ${{ github.event.issue.number }} body: | - :warning: This is the Gluetun **WIKI** and any issue unrelated to the issue will be instantly closed as - not planned without any explanation. + :warning: This is the Gluetun **WIKI** and any issue unrelated to + the issue will be instantly closed as not planned without any + explanation. - @qdm12 is more or less the only maintainer and is having a tough time keeping up with the issues of the project, so please: + @qdm12 is more or less the only maintainer and is having a tough + time keeping up with the issues of the project, so please: - **do not** ask for updates, be patient - :+1: the issue to show your support instead of commenting - @qdm12 usually checks Wiki issues at least once per month and tries to resolve them all before a new Gluetun release. + @qdm12 usually checks Wiki issues at least once per month and tries + to resolve them all before a new Gluetun release. diff --git a/contributing/readme.md b/contributing/readme.md index 35815aa..d35988c 100644 --- a/contributing/readme.md +++ b/contributing/readme.md @@ -43,7 +43,7 @@ Thanks for all the code contributions, whether small or not so small! - [@JeordyR](https://github.com/JeordyR) for testing the Mullvad version and opening a [PR with a few fixes](https://github.com/qdm12/gluetun/pull/84/files) 👍 - [@rorph](https://github.com/rorph) for a [PR to pick a random region for PIA](https://github.com/qdm12/gluetun/pull/70) and a [PR to make the container work with kubernetes](https://github.com/qdm12/gluetun/pull/69) - [@JesterEE](https://github.com/JesterEE) for a [PR to fix silly line endings in block lists back then](https://github.com/qdm12/gluetun/pull/55) 📎 -- [@elmerfdz](https://github.com/elmerfdz) for a [PR to add timezone information to have correct log timestampts](https://github.com/qdm12/gluetun/pull/51) 🕙 +- @elmerfdz for a [PR to add timezone information to have correct log timestamps](https://github.com/qdm12/gluetun/pull/51) 🕙 - [@Juggels](https://github.com/Juggels) for a [PR to write the PIA forwarded port to a file](https://github.com/qdm12/gluetun/pull/43) - [@gdlx](https://github.com/gdlx) for a [PR to fix and improve PIA port forwarding script](https://github.com/qdm12/gluetun/pull/32) - [@janaz](https://github.com/janaz) for keeping an eye on [updating things in the Dockerfile](https://github.com/qdm12/gluetun/pull/8) @@ -76,7 +76,7 @@ Thanks for all the financial contributions, whether small or not so small! - [@codetheweb](https://github.com/codetheweb) - [@lavaguy1](https://github.com/lavaguy1) - [@estate000](https://github.com/estate000) -- [@ansred](https://github.com/ansred) +- @ansred - [@den747](https://github.com/den747) - Chistoph K. - [@enphor](https://github.com/enphor) diff --git a/mlc_config.json b/mlc_config.json index 7d2c333..dc57364 100644 --- a/mlc_config.json +++ b/mlc_config.json @@ -12,6 +12,7 @@ ], "aliveStatusCodes": [ 200, - 206 + 206, + 429 ] } \ No newline at end of file