use tag ids
All checks were successful
renovate / renovate (push) Successful in 1m32s

This commit is contained in:
2025-07-11 21:47:28 -05:00
parent 647ace1b01
commit 14d9086281
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: 'stale'
EXCLUDE_TAG: 'renovate'
STALE_TAG: 16
EXCLUDE_TAG: 20
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: 'stale'
REQUIRED_TAG: 'automerge'
STALE_TAG: 16
REQUIRED_TAG: 15
run: python ./scripts/scripts/process-pull-requests.py