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 ac03ca0 commit 4df7664Copy full SHA for 4df7664
.github/workflows/codebuild.yml
@@ -59,5 +59,10 @@ jobs:
59
./codebuild/bin/start_codebuild.sh $source_pr
60
else
61
echo "$pr_author does not have write permissions."
62
- echo "A maintainer will need to manually run start_codebuild.sh."
+ echo "A maintainer will need to manually run the Codebuild jobs."
63
+ echo ""
64
+ echo "Review the latest version of the PR to ensure that the code is safe to execute."
65
+ echo "Note the full SHA of the commit that you are reviewing."
66
+ echo "Run: ./codebuild/bin/start_codebuild.sh <full sha>"
67
+ ehco "Warning: use the full SHA, NOT the PR number. The PR could be updated after your review."
68
fi
0 commit comments