[all-commits] [llvm/llvm-project] 56444d: Remove fork handling from release issue workflow (...

Nikita Popov via All-commits all-commits at lists.llvm.org
Wed Jan 24 08:39:23 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 56444d5687818938a6ce798e7221aa920c54098e
      https://github.com/llvm/llvm-project/commit/56444d5687818938a6ce798e7221aa920c54098e
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2024-01-24 (Wed, 24 Jan 2024)

  Changed paths:
    M llvm/utils/git/github-automation.py

  Log Message:
  -----------
  Remove fork handling from release issue workflow (#79310)

This is currently broken, because the check is performed on the wrong
repository. repo here is llvm/llvm-project, which is not a fork (so this
will always trigger), then we'll push a new branch to
llvmbot/llvm-project, and then again set the wrong owner, so we'll look
for the branch in llvm/llvm-project rather than llvmbot/llvm-project.

Rather than fixing this, I'm removing the code entirely, as it shouldn't
be needed anymore (llvmbot/llvm-project is a fork of llvm/llvm-project).




More information about the All-commits mailing list