File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : Auto merge connector PRs Cron
22# Dry-run mode is controlled by the org-level variable ENABLE_CONNECTOR_AUTO_MERGE.
33# Set to "true" to enable real merges; any other value (or unset) runs in dry-run mode.
4+ # In dry-run mode, PRs are still approved and promoted from draft, but merges are skipped.
45# Manage at: https://github.com/organizations/airbytehq/settings/variables/actions
56
67on :
@@ -261,7 +262,7 @@ jobs:
261262
262263 - name : Dry-run notice
263264 if : steps.eligible.outputs.result == 'true' && vars.ENABLE_CONNECTOR_AUTO_MERGE != 'true'
264- run : echo "::notice::DRY RUN — would merge PR # $PR_NUMBER"
265+ run : echo "::notice::DRY RUN -- would merge PR # $PR_NUMBER"
265266
266267 # ---------- Job 3: Force merge (bypass CI checks) ----------
267268 force-merge :
@@ -382,4 +383,4 @@ jobs:
382383
383384 - name : Dry-run notice
384385 if : steps.eligible.outputs.result == 'true' && vars.ENABLE_CONNECTOR_AUTO_MERGE != 'true'
385- run : echo "::notice::DRY RUN — would force-merge PR # $PR_NUMBER"
386+ run : echo "::notice::DRY RUN -- would force-merge PR # $PR_NUMBER"
You can’t perform that action at this time.
0 commit comments