From 14d90862818e2f77e4fc772003752eb5e167c37c Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Fri, 11 Jul 2025 21:47:28 -0500 Subject: [PATCH] use tag ids --- .gitea/workflows/process-issues.yaml | 4 ++-- .gitea/workflows/process-pull-requests.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/process-issues.yaml b/.gitea/workflows/process-issues.yaml index 0fba81768..a22ce53c3 100644 --- a/.gitea/workflows/process-issues.yaml +++ b/.gitea/workflows/process-issues.yaml @@ -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 diff --git a/.gitea/workflows/process-pull-requests.yaml b/.gitea/workflows/process-pull-requests.yaml index 2abbf2ebb..2813ab15f 100644 --- a/.gitea/workflows/process-pull-requests.yaml +++ b/.gitea/workflows/process-pull-requests.yaml @@ -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