Compare commits

..

1 Commits

Author SHA1 Message Date
68fa48574d Update ghcr.io/cloudnative-pg/postgresql Docker tag to v17.5-standard-bullseye
All checks were successful
lint-and-test / lint-test (pull_request) Successful in 31s
2025-07-11 01:44:48 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -30,6 +30,6 @@ jobs:
REPOSITORY: ${{ gitea.repository }}
TOKEN: ${{ secrets.BOT_TOKEN }}
STALE_DAYS: 3
STALE_TAG: 21
EXCLUDE_TAG: 18
STALE_TAG: 'stale'
EXCLUDE_TAG: 'renovate'
run: python ./scripts/scripts/process-issues.py

View File

@@ -30,6 +30,6 @@ jobs:
REPOSITORY: ${{ gitea.repository }}
TOKEN: ${{ secrets.BOT_TOKEN }}
STALE_DAYS: 3
STALE_TAG: 21
REQUIRED_TAG: 19
STALE_TAG: 'stale'
REQUIRED_TAG: 'automerge'
run: python ./scripts/scripts/process-pull-requests.py