My build of nnn with minor changes
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 

18 行
351 B

  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: ''