MCPcopy Create free account
hub / github.com/serverless/examples / githubSuccessPayload

Function githubSuccessPayload

aws-node-github-check/libs/response-lib.js:24–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22}
23
24export function githubSuccessPayload() {
25 return buildGithubPayload('success', 'PR body according to format');
26}
27
28export function githubFailurePayload() {
29 return buildGithubPayload('failure', 'PR body should start with the related trello card');

Callers 1

githubCheckFunction · 0.90

Calls 1

buildGithubPayloadFunction · 0.85

Tested by

no test coverage detected