Skip to content

Commit 46b8d38

Browse files
Saadnajmiclaude
andcommitted
fix(ci): trigger PR gate on 0.83-merge base branches
The PR-gate workflow's `branches` filter only matched `main`, `*-stable`, and `release/*`, so PRs targeting `0.83-merge` skipped every required check — including the very Resolve-Hermes / Prebuild-macOS-Core jobs we want to exercise on this branch. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent e347c80 commit 46b8d38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/microsoft-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: PR
33
on:
44
pull_request:
55
types: [opened, synchronize, edited]
6-
branches: [ "main", "*-stable", "release/*" ]
6+
branches: [ "main", "*-stable", "release/*", "0.83-merge" ]
77

88
concurrency:
99
# Ensure single build of a pull request. `main` should not be affected.

0 commit comments

Comments
 (0)