mirror of
https://github.com/processing/processing4.git
synced 2026-01-23 16:31:07 +01:00
30 lines
854 B
YAML
30 lines
854 B
YAML
name: 'Lock Threads'
|
|
|
|
on:
|
|
schedule:
|
|
- cron: '0 6 * * *'
|
|
|
|
permissions:
|
|
contents: read
|
|
|
|
jobs:
|
|
lock:
|
|
permissions:
|
|
issues: write
|
|
pull-requests: write
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: dessant/lock-threads@v4
|
|
with:
|
|
github-token: ${{ github.token }}
|
|
issue-lock-inactive-days: '30'
|
|
issue-lock-comment: >
|
|
This issue has been automatically locked. To avoid confusion
|
|
with reports that have already been resolved, closed issues
|
|
are automatically locked 30 days after the last comment.
|
|
Please open a new issue for related bugs.
|
|
pr-lock-comment: >
|
|
This pull request has been automatically locked.
|
|
Pull requests that have been closed are automatically
|
|
locked 30 days after the last comment.
|