Merge branch 'master' into bot/cleanup
This commit is contained in:
commit
47ac495ceb
|
@ -2,7 +2,7 @@ name: auto-update
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 0 * * *'
|
- cron: '0 0,12 * * *'
|
||||||
jobs:
|
jobs:
|
||||||
create-branch:
|
create-branch:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
"require-header": true,
|
"require-header": true,
|
||||||
"attribute-quotes": true,
|
"attribute-quotes": true,
|
||||||
"require-info": true,
|
"require-info": true,
|
||||||
"no-trailing-spaces": true,
|
"no-trailing-spaces": false,
|
||||||
"no-whitespace-before-title": true,
|
"no-whitespace-before-title": true,
|
||||||
"no-multi-spaces": true,
|
"no-multi-spaces": true,
|
||||||
"no-extra-comma": true,
|
"no-extra-comma": true,
|
||||||
|
|
Loading…
Reference in New Issue