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
6 changes: 6 additions & 0 deletions .github/workflows/release-monitor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ jobs:
uses: peter-evans/create-pull-request@v7
with:
branch: onboard/ruby-${{ matrix.version }}
# The onboarding surface is exactly the version catalog plus the
# patch tree — never the runner's .bundle/config (bundler-cache
# writes one) or the monitor-result.json run artifact.
add-paths: |
versions.yml
patches/
title: "Onboard ruby ${{ matrix.version }}"
commit-message: "Onboard ruby ${{ matrix.version }} (release monitor)"
body: |
Expand Down
Loading