My build of nnn with minor changes
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

lock.yml 351 B

4 yıl önce
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: ''