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

Redirect open PRs when the target branch is deleted through merging a PR #28539

Closed
wants to merge 11 commits into from

Commits on Dec 19, 2023

  1. Added PR redirection to a new branch if the target branch was deleted…

    … as a result of the PR merge
    tulzke committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    6da6ae0 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2023

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

Commits on Jan 2, 2024

  1. Update routers/web/repo/pull.go

    Co-authored-by: Denys Konovalov <kontakt@denyskon.de>
    tulzke and denyskon authored Jan 2, 2024
    Configuration menu
    Copy the full SHA
    f1ec56c View commit details
    Browse the repository at this point in the history
  2. Update routers/web/repo/pull.go

    Co-authored-by: Denys Konovalov <kontakt@denyskon.de>
    tulzke and denyskon authored Jan 2, 2024
    Configuration menu
    Copy the full SHA
    19ffb87 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce88869 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Configuration menu
    Copy the full SHA
    17bbdd2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e40af8a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e3cb347 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8ab7efc View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

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

Commits on Jan 9, 2024

  1. The logic has been moved to the new function RedirectOpenPullsToBaseB…

    …ranch. Added function call to api/v1
    tulzke committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    9e4e6ab View commit details
    Browse the repository at this point in the history