My build of nnn with minor changes
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.

lock.yml 351 B

4 vuotta sitten
1234567891011121314151617
  1. name: 'Lock threads'
  2. on:
  3. schedule:
  4. - cron: '0 0 * * *'
  5. jobs:
  6. lock:
  7. runs-on: ubuntu-latest
  8. steps:
  9. - uses: dessant/lock-threads@v2
  10. with:
  11. github-token: ${{ github.token }}
  12. issue-lock-inactive-days: '30'
  13. issue-lock-reason: ''
  14. pr-lock-inactive-days: '30'
  15. pr-lock-reason: ''