You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo "::error::AUTOMATION_TOKEN is not set. The default GITHUB_TOKEN cannot open this PR: pushes made with it do not trigger the required 'build' check, so auto-merge would stall silently."
commit-message: "chore: mark public API shipped for v${{ needs.release.outputs.version }}"
141
164
title: "chore: mark public API shipped for v${{ needs.release.outputs.version }}"
142
165
labels: automated
143
166
body: |
144
-
Promotes the unshipped public API surface to shipped for **v${{ needs.release.outputs.version }}**.
167
+
Promotes the unshipped public API surface to shipped for **v${{ needs.release.outputs.version }}** and bumps `PackageValidationBaselineVersion` to match.
145
168
146
-
Each `PublicAPI.Unshipped.txt` was folded into its sibling `PublicAPI.Shipped.txt` and reset to the `#nullable enable` header. Merge this so the next development cycle starts from a clean unshipped surface.
169
+
Each `PublicAPI.Unshipped.txt` was folded into its sibling `PublicAPI.Shipped.txt` and reset to the `#nullable enable` header. Merge this so the next development cycle starts from a clean unshipped surface and package validation compares against the release that just shipped.
147
170
148
171
# Hands-off promotion, mirroring the dependabot auto-approve-and-merge flow.
149
172
# Approve with GITHUB_TOKEN (the github-actions[bot] identity) so the review
echo "::error::AUTOMATION_TOKEN is not set. The default GITHUB_TOKEN cannot open this PR: pushes made with it do not trigger the required 'build' check, so an admin would have to bypass the ruleset to merge."
0 commit comments