From 3d6d0a1cfb411ed5010fb7c613332591f5456d34 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Tue, 15 Jul 2025 22:31:37 -0500 Subject: [PATCH] change env --- .gitea/workflows/process-repository.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/process-repository.yaml b/.gitea/workflows/process-repository.yaml index ce22e75..31803b3 100644 --- a/.gitea/workflows/process-repository.yaml +++ b/.gitea/workflows/process-repository.yaml @@ -29,14 +29,14 @@ jobs: - name: Run Script env: INSTANCE_URL: ${{ vars.INSTANCE_URL }} - OWNER: ${{ gitea.owner }} REPOSITORY: ${{ gitea.repository }} TOKEN: ${{ secrets.BOT_TOKEN }} LOG_LEVEL: DEBUG ISSUE_STALE_DAYS: 3 - ISSUE_STALE_TAG: 21 - ISSUE_EXCLUDE_TAG: 18 + ISSUE_STALE_TAG: stale + ISSUE_REQUIRED_TAG: automerge + ISSUE_EXCLUDE_TAG: renovate PULL_REQUEST_STALE_DAYS: 3 - PULL_REQUEST_STALE_TAG: 21 - PULL_REQUEST_REQUIRED_TAG: 19 + PULL_REQUEST_STALE_TAG: stale + PULL_REQUEST_REQUIRED_TAG: automerge run: python ./workflow-scripts/process-repository.py