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

21 行
350 B

  1. name: 'Lock threads'
  2. on:
  3. schedule:
  4. - cron: '0 0 * * *'
  5. workflow_dispatch:
  6. permissions:
  7. issues: write
  8. pull-requests: write
  9. jobs:
  10. lock:
  11. runs-on: ubuntu-latest
  12. steps:
  13. - uses: dessant/lock-threads@v4
  14. with:
  15. github-token: ${{ github.token }}
  16. issue-inactive-days: 14
  17. pr-inactive-days: 14