Skip to content

Commit

Permalink
chore(github): change automated issue comments formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
qdm12 committed Aug 4, 2024
1 parent 453a17c commit a5e35a7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- uses: ibiqlik/action-yamllint@v3
with:
config_data: "{extends: default, rules: {document-start: disable}}"
config_data: "{extends: default, rules: {document-start: disable, line-length: {max: 210}}}"

- uses: umbrelladocs/action-linkspector@v1
with:
Expand Down
9 changes: 3 additions & 6 deletions .github/workflows/closed-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@ 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](https://github.com/qdm12) is the sole maintainer of this project which became too popular to monitor closed issues for additional comments.
11 changes: 4 additions & 7 deletions .github/workflows/opened-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,10 @@ 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](https://github.com/qdm12) is more or less the only maintainer 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.

0 comments on commit a5e35a7

Please sign in to comment.