1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-02-07 13:42:41 +02:00
pgbackrest/.github/workflows/lock-thread.yml
David Steele 295b53e845 Update Github actions to new versions.
These updates remove various deprecation warnings.
2023-03-28 16:24:43 +06:00

29 lines
532 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@v4
with:
issue-inactive-days: '90'
issue-comment: ''
issue-lock-reason: ''
pr-inactive-days: '90'
pr-comment: ''
pr-lock-reason: ''
log-output: true