File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ _Does the change require QA team to:_
5252
5353- [ ] ` Review automated tests ` ?
5454- [ ] ` Execute manual tests ` ?
55+ - [ ] ` Provide feedback about the PR ` ?
5556
5657If any boxes above are checked the QA team will be automatically added as a PR reviewer.
5758
Original file line number Diff line number Diff line change 1515 # This job only runs if the checkbox in the PR description exist and is checked.
1616 if : >
1717 contains(github.event.pull_request.body, '- [x] `Review automated tests`') ||
18- contains(github.event.pull_request.body, '- [x] `Execute manual tests`')
18+ contains(github.event.pull_request.body, '- [x] `Execute manual tests`') ||
19+ contains(github.event.pull_request.body, '- [x] `Provide feedback about the PR`')
1920 runs-on : unity-linux-runner
2021
2122
You can’t perform that action at this time.
0 commit comments