We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff8b003 commit a2f27dcCopy full SHA for a2f27dc
.github/workflows/bump_llvm.yml
@@ -44,6 +44,7 @@ jobs:
44
commit-message: "[LLVM] Bump to ${{ steps.sync-llvm-project.outputs.LLVM_SHA_SHORT }}"
45
title: "[LLVM] Bump to ${{ steps.sync-llvm-project.outputs.LLVM_SHA_SHORT }}"
46
body: "Bump LLVM to https://github.com/llvm/llvm-project/commit/${{ steps.sync-llvm-project.outputs.LLVM_SHA_SHORT }}"
47
+ author: 'github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>'
48
base: main
49
branch: update-llvm
50
delete-branch: true
0 commit comments