mirror of
https://github.com/pi-hole/pi-hole
synced 2024-12-22 23:08:07 +00:00
Merge pull request #4790 from pi-hole/reformat-yml
[Meta] Reformat yml files
This commit is contained in:
commit
6204698e05
22
.github/workflows/stale.yml
vendored
22
.github/workflows/stale.yml
vendored
@ -13,14 +13,14 @@ jobs:
|
|||||||
issues: write
|
issues: write
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/stale@v5
|
- uses: actions/stale@v5
|
||||||
with:
|
with:
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
days-before-stale: 30
|
days-before-stale: 30
|
||||||
days-before-close: 5
|
days-before-close: 5
|
||||||
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Please comment or update this issue or it will be closed in 5 days.'
|
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Please comment or update this issue or it will be closed in 5 days.'
|
||||||
stale-issue-label: 'stale'
|
stale-issue-label: 'stale'
|
||||||
exempt-issue-labels: 'Internal, Fixed in next release, Bug: Confirmed, Documentation Needed'
|
exempt-issue-labels: 'Internal, Fixed in next release, Bug: Confirmed, Documentation Needed'
|
||||||
exempt-all-issue-assignees: true
|
exempt-all-issue-assignees: true
|
||||||
operations-per-run: 300
|
operations-per-run: 300
|
||||||
close-issue-reason: 'not_planned'
|
close-issue-reason: 'not_planned'
|
||||||
|
@ -6,4 +6,5 @@ linters:
|
|||||||
flake8:
|
flake8:
|
||||||
max-line-length: 120
|
max-line-length: 120
|
||||||
yamllint:
|
yamllint:
|
||||||
|
config: ./.yamllint.conf
|
||||||
remarklint:
|
remarklint:
|
||||||
|
3
.yamllint.conf
Normal file
3
.yamllint.conf
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
rules:
|
||||||
|
line-length: disable
|
||||||
|
document-start: disable
|
Loading…
Reference in New Issue
Block a user