phpdoc-parser/.github/workflows/lock-closed-issues.yml

24 lines
645 B
YAML
Raw Normal View History

2021-04-30 09:24:56 +02:00
name: 'Lock Issues'
on:
schedule:
- cron: '0 0 * * *'
jobs:
lock:
runs-on: ubuntu-latest
steps:
2022-02-02 03:30:30 +01:00
- uses: dessant/lock-threads@v3
2021-04-30 09:24:56 +02:00
with:
github-token: ${{ github.token }}
2022-02-02 15:40:07 +01:00
issue-inactive-days: '31'
exclude-issue-created-before: ''
exclude-any-issue-labels: ''
add-issue-labels: ''
issue-comment: >
2021-04-30 09:24:56 +02:00
This thread has been automatically locked since there has not been
any recent activity after it was closed. Please open a new issue for
related bugs.
issue-lock-reason: 'resolved'
process-only: 'issues'