1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-14 10:13:05 +02:00
pgbackrest/.github/workflows/lock-thread.yml
David Steele 09b387fccd Move issue locking to Github actions.
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.
2022-05-04 09:24:35 -04:00

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: ''