chore(ci): sign release-as marker commit with GPG-linked bot identity#609
chore(ci): sign release-as marker commit with GPG-linked bot identity#609SoulPancake wants to merge 1 commit into
Conversation
|
Important Review skippedAuto incremental reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
WalkthroughThe PR modifies the reusable release-please workflow to enable GPG-signed commits. It adds a step to import the GPG private key via the ChangesRelease Workflow GPG Signing
Possibly related PRs
Suggested reviewers
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull request overview
This PR updates the reusable Release Please workflow to GPG-sign the “Release-As” marker commits, aiming to address a CLA-related issue during release automation.
Changes:
- Import a GPG key in the release-please job and enable signed commits.
- Update git identity configuration to use the imported key’s email (and enable
commit.gpgSign).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
b7e6b99 to
10f05a9
Compare
Description
Fix for the CLA issue
#607 (comment)
What problem is being solved?
How is it being solved?
What changes are made to solve it?
References
Review Checklist
mainSummary by CodeRabbit