You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

cron-lock.yml 371B

12345678910111213141516171819202122
  1. name: cron-lock
  2. on:
  3. schedule:
  4. - cron: "0 0 * * *" # every day at 00:00 UTC
  5. workflow_dispatch:
  6. permissions:
  7. issues: write
  8. pull-requests: write
  9. concurrency:
  10. group: lock
  11. jobs:
  12. action:
  13. runs-on: ubuntu-latest
  14. if: github.repository == 'go-gitea/gitea'
  15. steps:
  16. - uses: dessant/lock-threads@v4
  17. with:
  18. issue-inactive-days: 45