[all-commits] [llvm/llvm-project] 49ad57: [workflow] Don't fail workflow if we already have ...
Tobias Hieta via All-commits
all-commits at lists.llvm.org
Fri May 27 07:02:52 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 49ad577c0772be38f6691f93c7ac1b5dbb4dc9bf
https://github.com/llvm/llvm-project/commit/49ad577c0772be38f6691f93c7ac1b5dbb4dc9bf
Author: Tobias Hieta <tobias at hieta.se>
Date: 2022-05-27 (Fri, 27 May 2022)
Changed paths:
M llvm/utils/git/github-automation.py
Log Message:
-----------
[workflow] Don't fail workflow if we already have a PR for an issue
When running /cherry-pick several times you will get an
error when it tries to create a new PR since there already
is one.
This checks if we have PR first.
Fixes #54862
Reviewed By: tstellar
Differential Revision: https://reviews.llvm.org/D123657
More information about the All-commits
mailing list