From 02e8f55a960248ecb8f462e498996ffebdf2b3b5 Mon Sep 17 00:00:00 2001 From: sean wibisono Date: Tue, 21 Apr 2026 14:30:05 +1000 Subject: [PATCH] use 'ci-auto-merge' environment for workflow call that automatically merges PR --- .github/workflows/publish-e2e-test-suites-docker-image.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish-e2e-test-suites-docker-image.yaml b/.github/workflows/publish-e2e-test-suites-docker-image.yaml index 782e6c9..bd9bc06 100644 --- a/.github/workflows/publish-e2e-test-suites-docker-image.yaml +++ b/.github/workflows/publish-e2e-test-suites-docker-image.yaml @@ -32,4 +32,5 @@ jobs: vulnerability_severity: ${{ inputs.vulnerability_severity }} java_version: 21 skip_tests: true + merge_environment: ${{ github.ref_protected && 'ci-auto-merge' || '' }} secrets: inherit