Skip to content

Commit

Permalink
change PR body to reflect new action output
Browse files Browse the repository at this point in the history
  • Loading branch information
NovemberTang committed Jun 26, 2024
1 parent 396a63f commit 18abd05
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/dependency-graph-integrator/src/file-generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ export function createYaml(prBranch: string): string {
function createPRChecklist(branchName: string): string[] {
const step1 =
'A run of this action should have been triggered when the branch was ' +
"created. Go to action logs for the 'Submit dependencies' step and follow " +
'the link to the snapshot. Sense check that the snapshot looks ' +
'reasonable.';
'created. Sense check the output of "Log snapshot for user validation", ' +
'and make sure that your dependencies look okay.';

const step2 =
`When you are happy the action works, remove the branch name \`${branchName}\`` +
'trigger from the the yaml file (aka delete line 6), approve, and merge. ';
Expand Down

0 comments on commit 18abd05

Please sign in to comment.