You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- name: 'Lock threads'
-
- on:
- schedule:
- - cron: '0 0 * * *'
- workflow_dispatch:
-
- permissions:
- issues: write
- pull-requests: write
-
-
- jobs:
- lock:
- runs-on: ubuntu-latest
- steps:
- - uses: dessant/lock-threads@v4
- with:
- github-token: ${{ github.token }}
- issue-inactive-days: 14
- pr-inactive-days: 14
|