Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/scripts/release-branch-sync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ get_active_release_branches() {
local pr_data
pr_data=$(gh pr list \
--state open \
--limit 500 \
Comment thread
Gudahtt marked this conversation as resolved.
--search 'in:title release' \
--json title,isDraft \
Comment thread
chloeYue marked this conversation as resolved.
--jq '.[] | select(.title | test("^release:\\s*[0-9]+\\.[0-9]+\\.[0-9]+"; "i")) | .title' \
2>/dev/null || echo "")
Expand Down