Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 229357600e | |||
| 7896292c94 |
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -19,7 +19,7 @@ on:
|
||||
- '**.go'
|
||||
- 'go.mod'
|
||||
- 'go.sum'
|
||||
- '.gitea/workflows/release.yml'
|
||||
- '.github/workflows/release.yml'
|
||||
- '.goreleaser.yaml'
|
||||
|
||||
permissions:
|
||||
|
||||
Reference in New Issue
Block a user