Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 
 

21 righe
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