Skip to content

Commit 7894b72

Browse files
committed
chore(ci): fix yaml linting step
1 parent a5c112d commit 7894b72

File tree

5 files changed

+19
-11
lines changed

5 files changed

+19
-11
lines changed

β€Ž.github/workflows/ci.ymlβ€Ž

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
level: error
2929

3030
- uses: ibiqlik/action-yamllint@v3
31+
with:
32+
config_data: "{extends: default, rules: {document-start: disable}}"
3133

3234
- uses: gaurav-nelson/github-action-markdown-link-check@v1
3335
with:

β€Ž.github/workflows/closed-issue.ymlβ€Ž

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ jobs:
1414
token: ${{ github.token }}
1515
issue-number: ${{ github.event.issue.number }}
1616
body: |
17-
Closed issues are **NOT** monitored, so commenting here will NOT be seen by the maintainer.
18-
If you think this is *still unresolved* and have **more information** to bring, please create another issue.
17+
Closed issues are **NOT** monitored, so commenting here will NOT be
18+
seen by the maintainer. If you think this is *still unresolved* and
19+
have **more information** to bring, please create another issue.
1920
20-
This is an automated comment setup because @qdm12 is the sole maintainer of this project
21-
which became too popular to monitor closed issues for additional comments.
21+
This is an automated comment setup because @qdm12 is the sole
22+
maintainer of this project which became too popular to monitor
23+
closed issues for additional comments.

β€Ž.github/workflows/opened-issue.ymlβ€Ž

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,13 @@ jobs:
1414
token: ${{ github.token }}
1515
issue-number: ${{ github.event.issue.number }}
1616
body: |
17-
:warning: This is the Gluetun **WIKI** and any issue unrelated to the issue will be instantly closed as
18-
not planned without any explanation.
17+
:warning: This is the Gluetun **WIKI** and any issue unrelated to
18+
the issue will be instantly closed as not planned without any
19+
explanation.
1920
20-
@qdm12 is more or less the only maintainer and is having a tough time keeping up with the issues of the project, so please:
21+
@qdm12 is more or less the only maintainer and is having a tough
22+
time keeping up with the issues of the project, so please:
2123
- **do not** ask for updates, be patient
2224
- :+1: the issue to show your support instead of commenting
23-
@qdm12 usually checks Wiki issues at least once per month and tries to resolve them all before a new Gluetun release.
25+
@qdm12 usually checks Wiki issues at least once per month and tries
26+
to resolve them all before a new Gluetun release.

β€Žcontributing/readme.mdβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Thanks for all the code contributions, whether small or not so small!
4343
- [@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) πŸ‘
4444
- [@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)
4545
- [@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) πŸ“Ž
46-
- [@elmerfdz](https://github.com/elmerfdz) for a [PR to add timezone information to have correct log timestampts](https://github.com/qdm12/gluetun/pull/51) πŸ•™
46+
- @elmerfdz for a [PR to add timezone information to have correct log timestamps](https://github.com/qdm12/gluetun/pull/51) πŸ•™
4747
- [@Juggels](https://github.com/Juggels) for a [PR to write the PIA forwarded port to a file](https://github.com/qdm12/gluetun/pull/43)
4848
- [@gdlx](https://github.com/gdlx) for a [PR to fix and improve PIA port forwarding script](https://github.com/qdm12/gluetun/pull/32)
4949
- [@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!
7676
- [@codetheweb](https://github.com/codetheweb)
7777
- [@lavaguy1](https://github.com/lavaguy1)
7878
- [@estate000](https://github.com/estate000)
79-
- [@ansred](https://github.com/ansred)
79+
- @ansred
8080
- [@den747](https://github.com/den747)
8181
- Chistoph K.
8282
- [@enphor](https://github.com/enphor)

β€Žmlc_config.jsonβ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
],
1313
"aliveStatusCodes": [
1414
200,
15-
206
15+
206,
16+
429
1617
]
1718
}

0 commit comments

Comments
Β (0)