Skip to content

Commit

Permalink
chore(ci): fix yaml lint and dead links
Browse files Browse the repository at this point in the history
  • Loading branch information
qdm12 committed Jul 30, 2024
1 parent a5c112d commit 440e806
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 11 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
10 changes: 6 additions & 4 deletions .github/workflows/closed-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
11 changes: 7 additions & 4 deletions .github/workflows/opened-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 2 additions & 2 deletions contributing/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down
3 changes: 2 additions & 1 deletion mlc_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
],
"aliveStatusCodes": [
200,
206
206,
429
]
}

0 comments on commit 440e806

Please sign in to comment.