We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fe98a5 commit b40d93cCopy full SHA for b40d93c
scripts/setup_pre_commit_patch.sh
@@ -2,7 +2,7 @@
2
set -euo pipefail
3
shopt -s inherit_errexit
4
5
-export GITHUB_PATCH_ID="<user_name>/llvm-project/commit/<commit_hash>"
+export GITHUB_PATCH_ID="llvm/llvm-project/pull/76669"
6
7
# Please rebase manually
8
# git fetch origin
0 commit comments