Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ci] Lint for "origin" lines in commit messages #25291

Open
wants to merge 2 commits into
base: earlgrey_1.0.0
Choose a base branch
from

Commits on Nov 22, 2024

  1. [chore] Add Git prepare-commit-msg hook for origin line

    This hook adds the `(commit is original to earlgrey_1.0.0)` line to
    commit messages if the current branch is descended from `earlgrey_1.0.0`
    and does not already have a `(cherry picked from commit ...)` line.
    
    Signed-off-by: James Wainwright <[email protected]>
    (commit is original to earlgrey_1.0.0)
    jwnrt committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    80bdd13 View commit details
    Browse the repository at this point in the history
  2. [ci] Lint for "origin" lines in commit messages

    This line indicates whether a commit is original to this branch or was
    cherry-picked from another.
    
    Signed-off-by: James Wainwright <[email protected]>
    (commit is original to earlgrey_1.0.0)
    (commit is original to earlgrey_1.0.0)
    jwnrt committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    a6bf628 View commit details
    Browse the repository at this point in the history