You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# --- Check if the upstream hash exists in the local cloned Linux kernel repo ---
99
101
if ! git -C linux cat-file -e "$UPSTREAM_LINUX_HASH"; then
100
-
printf -v PR_COMMENT_BODY_ACCUMULATOR "%s- **PR commit \`%s\`**: References upstream commit \`%s\` which was **NOT found** in the Linux kernel repository. Please verify the hash.\n" \
printf -v PR_COMMENT_BODY_ACCUMULATOR "%s- **PR commit \`%s\` - %s**: References upstream commit \`%s\` which was **NOT found** in the Linux kernel repository. Please verify the hash.\n" \
continue # Skip to next PR commit, but added message to comment
103
105
fi
104
106
@@ -124,8 +126,8 @@ jobs:
124
126
--regexp-ignore-case)
125
127
126
128
if [ -n "$GIT_LOG_FIXES_OUTPUT" ]; then
127
-
printf -v PR_COMMENT_BODY_ACCUMULATOR "%s- **PR commit \`%s\`**: References upstream commit \`%s\` which has the following fixes in the Linux kernel log:\n" \
printf -v PR_COMMENT_BODY_ACCUMULATOR "%s- **PR commit \`%s\` - %s**: References upstream commit \`%s\` which has the following fixes in the Linux kernel log:\n" \
0 commit comments