Closed
Description
- Gitea version (or commit ref):
- Git version:
- Operating system:
- Database (use
[x]
):- PostgreSQL
- MySQL
- MSSQL
- SQLite
- Can you reproduce the bug at https://try.gitea.io:
- Yes (provide example URL)
- No
- Not relevant
- Log gist:
Description
As title, I think it's necessary to do generate-license & generate-gitignore Periodically. Maybe we can use drone cron work to do it. Thanks. It maybe looks like this
---
kind: pipeline
name: license_gitignore_update
platform:
os: linux
arch: amd64
trigger:
event:
- cron # each one or two month is enough
# do something ....