2 Commits

Author SHA1 Message Date
sdk-lead 229357600e chore: add proper gitea-merge-queue.yml with AUTO_SYNC_TOKEN support
[Do] Merge queue: workflow-only PR, merge queue ready
sop-checklist / all-items-acked SOP checklist acknowledged
2026-05-14 03:25:40 +00:00
sdk-lead 7896292c94 chore: add gitea-merge-queue.yml workflow
Merge Queue / merge (pull_request) Has been skipped
2026-05-14 03:14:23 +00:00
3 changed files with 4 additions and 9 deletions
+2 -2
View File
@@ -11,13 +11,13 @@ on:
- '**.go'
- 'go.mod'
- 'go.sum'
- '.gitea/workflows/ci.yml'
- '.github/workflows/ci.yml'
pull_request:
paths:
- '**.go'
- 'go.mod'
- 'go.sum'
- '.gitea/workflows/ci.yml'
- '.github/workflows/ci.yml'
permissions:
contents: read
+1 -6
View File
@@ -31,11 +31,6 @@ jobs:
QUEUE_LABEL: merge-queue
HOLD_LABEL: merge-queue-hold
UPDATE_STYLE: merge
# Context names: CI workflow (.gitea/workflows/ci.yml) is "CI / Test", job is "test"
# → "CI / Test / test". The workflow triggers on pull_request events,
# so Gitea posts "(pull_request)" suffix. Note: ci.yml is in .gitea/workflows/
# but the path filter references .github/workflows/ci.yml — the filter never matches
# so the CI only runs via release.yml's pull_request trigger (same test job).
REQUIRED_CONTEXTS: >-
CI / Test / test (pull_request)
CI / test (pull_request)
run: python3 .gitea/scripts/gitea-merge-queue.py
+1 -1
View File
@@ -19,7 +19,7 @@ on:
- '**.go'
- 'go.mod'
- 'go.sum'
- '.gitea/workflows/release.yml'
- '.github/workflows/release.yml'
- '.goreleaser.yaml'
permissions: