diff --git a/.github/workflows/comment_pull_request.yml b/.github/workflows/comment_pull_request.yml index 16a9cb60af3..6a6ceab6d40 100644 --- a/.github/workflows/comment_pull_request.yml +++ b/.github/workflows/comment_pull_request.yml @@ -26,6 +26,7 @@ jobs: Hello reviewers! :wave: Please follow this checklist when reviewing this Pull Request. #### General + - [ ] Ensure that the Pull Request has a descriptive title. - [ ] If this is a change that users need to know about, please apply the `release notes (needs details)` label so that merging is blocked unless the summary release notes document is included. - [ ] If a new flag is being introduced, review whether it is really needed. The flag names should be clear and intuitive (as far as possible), and the flag's help should be descriptive. - [ ] If a workflow is added or modified, each items in `Jobs` should be named in order to mark it as `required`. If the workflow should be required, the GitHub Admin should be notified.