mirror of
https://github.com/danog/phpdoc-parser.git
synced 2024-11-26 12:04:52 +01:00
Lock closed issues
This commit is contained in:
parent
c37ba6f7b3
commit
e188439875
23
.github/workflows/lock-closed-issues.yml
vendored
Normal file
23
.github/workflows/lock-closed-issues.yml
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
name: 'Lock Issues'
|
||||
|
||||
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: '31'
|
||||
issue-exclude-created-before: ''
|
||||
issue-exclude-labels: ''
|
||||
issue-lock-labels: ''
|
||||
issue-lock-comment: >
|
||||
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'
|
Loading…
Reference in New Issue
Block a user