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