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

Prevent merge messages from being sorted to the top of email chains #18566

Commits on Feb 2, 2022

  1. Prevent merge messages from being sorted to the top of email chains

    Gitea will currrently resend the same message-id for the closed/merged/reopened
    messages for issues. This will cause the merged message to leap to the top of an
    email chain and become out of sync.
    
    This PR adds specific suffices for these actions.
    
    Fix go-gitea#18560
    
    Signed-off-by: Andrew Thornton <[email protected]>
    zeripath committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    e0a6afb View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2022

  1. Merge remote-tracking branch 'origin/main' into fix-18560-add-action-…

    …type-to-message-id-for-emails
    zeripath committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    99fb45e View commit details
    Browse the repository at this point in the history
  2. add test

    Signed-off-by: Andrew Thornton <[email protected]>
    zeripath committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    a9e9fad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d81e90 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    abb63e7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ef90592 View commit details
    Browse the repository at this point in the history