use tag ids
Some checks failed
process-pull-requests / process-pull-requests (push) Failing after 11s
process-issues / process-issues (push) Failing after 10s
renovate / renovate (push) Successful in 58s
test-build / build (push) Successful in 31s

This commit is contained in:
2025-07-11 21:47:20 -05:00
parent 3eeea3dd8f
commit 073911c1b9
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: 16
EXCLUDE_TAG: 20
STALE_TAG: 23
EXCLUDE_TAG: 17
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: 23
REQUIRED_TAG: 22
run: python ./scripts/scripts/process-pull-requests.py