Skip to content

Commit 0d77bfa

Browse files
committed
edit
1 parent c83569b commit 0d77bfa

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/scripts/release-branch-sync.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ stable_has_new_commits() {
106106
get_active_release_branches() {
107107
local branches=""
108108

109+
# Query open and draft PRs with title starting with "release:" (case-insensitive)
110+
# The jq filter extracts version from PR titles like "release: 7.36.0" or "Release: 7.36.0 (#1234)"
109111
local pr_data
110112
pr_data=$(gh pr list \
111113
--state open \

0 commit comments

Comments
 (0)