Merge branch 'master' into bot/cleanup

This commit is contained in:
Shadix A 2021-09-06 00:51:33 +02:00 committed by GitHub
commit 47ac495ceb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ name: auto-update
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
- cron: '0 0,12 * * *'
jobs:
create-branch:
runs-on: ubuntu-latest

View File

@ -5,7 +5,7 @@
"require-header": true,
"attribute-quotes": true,
"require-info": true,
"no-trailing-spaces": true,
"no-trailing-spaces": false,
"no-whitespace-before-title": true,
"no-multi-spaces": true,
"no-extra-comma": true,