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.
|
- name: 'Lock threads'
-
- on:
- schedule:
- - cron: '0 0 * * *'
-
- jobs:
- lock:
- runs-on: ubuntu-latest
- steps:
- - uses: dessant/lock-threads@v2
- with:
- github-token: ${{ github.token }}
- issue-lock-inactive-days: '30'
- issue-lock-reason: ''
- pr-lock-inactive-days: '30'
- pr-lock-reason: ''
|