You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/scripts/create_address_commit_comments_issues
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -411,6 +411,14 @@ Thank you for your help in reducing the project backlog and in improving the qua
411
411
412
412
## Notes
413
413
414
+
- When creating your pull request, please use the following format for the PR title:
415
+
416
+
\`\`\`
417
+
chore: address commit comments for commit \`${short_sha}\` (issue #NNNN)
418
+
\`\`\`
419
+
420
+
where \`NNNN\` is the issue number assigned to this issue.
421
+
414
422
- For older commits, there is a chance that comments will have been already been addressed due to other refactorings. If you find that to be true, don't worry! Just move on to addressing the next comment, and, when opening your pull request and describing your proposed changes, be sure to link to the comment and mention that it has been addressed. This will help reviewers when reviewing your code!
'body': `${quote}\n\n@${context.payload.comment.user.login}, the slash command failed to complete. Please check the workflow logs for details.\n\n[View workflow run](https://github.com/${context.repo.owner}/${context.repo.repo}/actions/runs/${context.runId})`
266
+
});
267
+
249
268
- name: Remove in-progress label
250
269
# Run the step regardless of the outcome of previous steps:
0 commit comments