mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2024-12-14 10:13:05 +02:00
09b387fccd
The old plugin has been defunct for some time so there are currently a lot of unlocked issues. Running this once per week seems sufficient for now. Worst case it can be run manually if it gets behind.
26 lines
451 B
YAML
26 lines
451 B
YAML
# Configuration documentation at https://github.com/dessant/lock-threads
|
|
|
|
name: 'lock-thread'
|
|
|
|
on:
|
|
schedule:
|
|
- cron: '37 7 * * 0'
|
|
workflow_dispatch:
|
|
|
|
permissions:
|
|
issues: write
|
|
|
|
concurrency:
|
|
group: lock
|
|
|
|
jobs:
|
|
action:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: dessant/lock-threads@v3
|
|
with:
|
|
process-only: 'issues'
|
|
issue-inactive-days: '90'
|
|
issue-comment: ''
|
|
issue-lock-reason: ''
|