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 f2b3c6f commit 7d15ea6Copy full SHA for 7d15ea6
.github/workflows/codebuild-ci.yml
@@ -34,8 +34,7 @@ jobs:
34
console.log("Verifed ${{ github.event.pull_request.user.login }} is a repo collaborator. Auto Approving PR Checks.")
35
return res.status == "204" ? "auto-approve" : "manual-approval"
36
} catch (error) {
37
- console.log("${{ github.event.pull_request.user.login }} is not a collaborator. Requiring Manual Approval to run PR Checks.")
38
- console.log(error)
+ console.log("${{ github.event.pull_request.user.login }} is not a collaborator. Requiring Manual Approval to run PR Checks.", error)
39
return "manual-approval"
40
}
41
wait-for-approval:
0 commit comments