Skip to content

Commit 563a1c7

Browse files
authored
fix: the renovate user name is renovate[bot]
1 parent c9246bc commit 563a1c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/validate-pr-content.lib.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
echo "DEBUG: PR_BODY content is: $PR_BODY"
1616
echo "DEBUG: PR_USER is: $PR_USER"
1717
18-
if [ "$PR_USER" = "renovate" ]; then
18+
if [ "$PR_USER" = "renovate[bot]" ]; then
1919
echo "Validation skipped for user: $PR_USER"
2020
exit 0
2121
fi
@@ -28,4 +28,4 @@ jobs:
2828
echo "Pull request message is missing required section: $SECTION" >&2
2929
exit 1
3030
fi
31-
done
31+
done

0 commit comments

Comments
 (0)