🌱 Make the synced operator PR pass title and DCO checks - #219
Open
djzager wants to merge 1 commit into
Open
Conversation
Contributor
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Team Run ID: 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 |
djzager
force-pushed
the
sync-seedling-prefix
branch
from
September 4, 2026 17:11
41369d9 to
bde3a8d
Compare
The sync-operator workflow's commit and PR title used a 🤖 prefix, which is not in konveyor's allowed emoji-alias set (⚠️ , ✨, 🐛, 📖, 🌱, 👻) and fails the operator repo's PR-title check; an automated manifest sync is infra, so use 🌱. The commit was also unsigned, so the operator's DCO check rejected it -- add git commit -s so the Signed-off-by matches the configured konveyor bot identity. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Signed-off-by: David Zager <david.j.zager@gmail.com>
djzager
force-pushed
the
sync-seedling-prefix
branch
from
September 4, 2026 20:05
bde3a8d to
66f66d5
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The
sync-operator.ymlworkflow produced akonveyor/operatorPR that failed two of that repo's required checks::robot:prefix, which is not in konveyor's allowed emoji-alias set (:warning:,:sparkles:,:bug:,:book:,:seedling:,:ghost:). An automated manifest sync is infra →:seedling:.git commit -sso theSigned-off-bymatches the configuredkonveyorbot identity.Follow-up to #215. Merging this re-triggers the sync (it edits
sync-operator.yml, a trigger path), which force-pushes the existing sync PR (konveyor/operator#605) with a corrected, signed:seedling:commit — clearing both checks there automatically. No changelog fragment (:seedling:).