Skip to content

Commit aa1839e

Browse files
authored
Update actionGenLayer.js
1 parent 32e6897 commit aa1839e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/actionGenLayer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ async function run() {
5252
exec(`git push -fu origin ${prBranchName}`);
5353

5454
exec(
55-
`gh pr create --title "new-layer: ${layerData.name}" --body "Ref ${github.context.payload.issue.html_url}" --head "${prBranchName}" --base "${baseBranchName}"`
55+
`gh pr create --title "new-layer: ${layerData.name}" --body "This PR creates a new layer based on the info at ${github.context.payload.issue.html_url}. Please try it out in GitPod to test, and/or make necessary changes to the description, etc. in this PR." --head "${prBranchName}" --base "${baseBranchName}"`
5656
);
5757
}
5858
}

0 commit comments

Comments
 (0)