Merge branch 'main' into develop

This commit is contained in:
James Cole 2021-05-04 19:00:52 +02:00
commit 506f972c75
No known key found for this signature in database
GPG Key ID: B5669F9493CDE38D
2 changed files with 3 additions and 3 deletions

View File

@ -64,7 +64,7 @@ AUDIT_LOG_LEVEL=info
# Use "mysql" for MySQL and MariaDB.
# Use "sqlite" for SQLite.
DB_CONNECTION=mysql
DB_HOST=fireflyiiidb
DB_HOST=db
DB_PORT=3306
DB_DATABASE=firefly
DB_USERNAME=firefly

View File

@ -1,9 +1,9 @@
name: Lock Threads
name: Lock old issues
on:
workflow_dispatch:
schedule:
- cron: '0 * * * *'
- cron: '0 0 * * *'
jobs:
lock: