diff options
author | Nikita Popov <npopov@redhat.com> | 2024-01-24 17:39:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-24 17:39:10 +0100 |
commit | 56444d5687818938a6ce798e7221aa920c54098e (patch) | |
tree | 871dd0c7057f2453f9d59ee251f49504e25c01a6 /clang/unittests/Basic/FileManagerTest.cpp | |
parent | 4079aab8d80233586a9cd3f7be27bece4c21ea16 (diff) | |
download | llvm-56444d5687818938a6ce798e7221aa920c54098e.zip llvm-56444d5687818938a6ce798e7221aa920c54098e.tar.gz llvm-56444d5687818938a6ce798e7221aa920c54098e.tar.bz2 |
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).
Diffstat (limited to 'clang/unittests/Basic/FileManagerTest.cpp')
0 files changed, 0 insertions, 0 deletions