1
0

use tag ids

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