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

Append to existing trailers in generated squash commit message #15980

Merged

Commits on May 24, 2021

  1. Configuration menu
    Copy the full SHA
    d0bd605 View commit details
    Browse the repository at this point in the history
  2. Append to existing PR description trailer section

    If the existing PR description message already contains a trailer section (e.g. Signed-off-by: ),
    append to it instead of creating a new trailer section.
    jpraet committed May 24, 2021
    Configuration menu
    Copy the full SHA
    6f5eb18 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2021

  1. Reuse compiled regexp

    jpraet committed May 26, 2021
    Configuration menu
    Copy the full SHA
    48552b3 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2021

  1. Configuration menu
    Copy the full SHA
    2853bdb View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2021

  1. Configuration menu
    Copy the full SHA
    61ffb36 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2021

  1. Configuration menu
    Copy the full SHA
    94333e2 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2021

  1. Configuration menu
    Copy the full SHA
    45b1b78 View commit details
    Browse the repository at this point in the history
  2. Add tests for CommitMessageTrailersPattern

    - add support for Key:Value (no space after colon)
    - add support for whitespace "folding"
    jpraet committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    a84e87e View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2021

  1. Configuration menu
    Copy the full SHA
    f7843f6 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2021

  1. Update services/pull/pull_test.go

    Co-authored-by: Norwin <[email protected]>
    zeripath and noerw authored Jun 25, 2021
    Configuration menu
    Copy the full SHA
    ee89e2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b5a80e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0061541 View commit details
    Browse the repository at this point in the history