Merge branch 'master' into bot/cleanup

pull/4376/head
Shadix A 3 years ago committed by GitHub
commit 47ac495ceb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

@ -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,

Loading…
Cancel
Save