Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(ci): fix yaml linting step
Browse files Browse the repository at this point in the history
qdm12 committed Jul 30, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent a5c112d commit 7894b72
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
@@ -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:
10 changes: 6 additions & 4 deletions .github/workflows/closed-issue.yml
Original file line number Diff line number Diff line change
@@ -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
@@ -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
@@ -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)
3 changes: 2 additions & 1 deletion mlc_config.json
Original file line number Diff line number Diff line change
@@ -12,6 +12,7 @@
],
"aliveStatusCodes": [
200,
206
206,
429
]
}

0 comments on commit 7894b72

Please sign in to comment.