use tag ids
All checks were successful
process-pull-requests / process-pull-requests (push) Successful in 11s
process-issues / process-issues (push) Successful in 10s
renovate / renovate (push) Successful in 32s

This commit is contained in:
2025-07-11 21:47:46 -05:00
parent b88454612b
commit 77a3e4a926
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: 21
EXCLUDE_TAG: 18
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: 21
REQUIRED_TAG: 19
run: python ./scripts/scripts/process-pull-requests.py