mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-02-07 13:42:41 +02:00
295b53e845
These updates remove various deprecation warnings.
29 lines
532 B
YAML
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
|