[all-commits] [llvm/llvm-project] e2b4a7: [Utils] Fixed rebase in merge-release-pr script (#...

Tobias Hieta via All-commits all-commits at lists.llvm.org
Sat Nov 16 10:15:17 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e2b4a700fd927e50a68ac0a42e4807a104495186
      https://github.com/llvm/llvm-project/commit/e2b4a700fd927e50a68ac0a42e4807a104495186
  Author: Tobias Hieta <tobias at hieta.se>
  Date:   2024-11-16 (Sat, 16 Nov 2024)

  Changed paths:
    M llvm/utils/release/merge-release-pr.py

  Log Message:
  -----------
  [Utils] Fixed rebase in merge-release-pr script (#116340)

Recently GitHub changed something on their side so we no longer can
rebase release PR's with the API. This means that we now have to
manually rebase the PR locally and then push the results. This fixes
the script that I use to merge PRs to the release branch by changing
the rebase part to do the local rebase and also adds a new option
--rebase-only so that you can rebase the PRs easier.

Minor change is that the script now can take a URL to the pull request
as well as just the PR ID.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list