From 40f7a8bd7be8eea9c533b195dc41a0ff0b4e7cdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20He=C3=9Felmann?= Date: Sat, 29 Jun 2024 03:45:49 +0200 Subject: [PATCH] wip --- .github/workflows/automerge.yaml | 1 + .github/workflows/sync-prod-from-stage.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/automerge.yaml b/.github/workflows/automerge.yaml index db2b4536..0dec82e1 100644 --- a/.github/workflows/automerge.yaml +++ b/.github/workflows/automerge.yaml @@ -4,6 +4,7 @@ on: branches: - stage - production + - test types: - labeled - unlabeled diff --git a/.github/workflows/sync-prod-from-stage.yaml b/.github/workflows/sync-prod-from-stage.yaml index e1066a6e..5bda505c 100644 --- a/.github/workflows/sync-prod-from-stage.yaml +++ b/.github/workflows/sync-prod-from-stage.yaml @@ -25,7 +25,7 @@ jobs: with: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} FROM_BRANCH: "stage" - TO_BRANCH: "production" + TO_BRANCH: "test" LABELS: '["automerge"]' PULL_REQUEST_AUTO_MERGE_METHOD: "merge" PULL_REQUEST_IS_DRAFT: true