Skip to content

Commit 87414e2

Browse files
committed
Added one more option about QA request
1 parent 65b4a2f commit 87414e2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/pull_request_template.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

5657
If any boxes above are checked the QA team will be automatically added as a PR reviewer.
5758

.github/workflows/qa-reviewer-assignment.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ jobs:
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

0 commit comments

Comments
 (0)