We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c1d748 commit d4ddda7Copy full SHA for d4ddda7
.github/workflows/reusable-node-ci.yml
@@ -73,8 +73,11 @@ jobs:
73
pr_reviewer.inline_code_comments: "true"
74
pr_description.publish_description_as_comment: "false"
75
pr_description.add_original_user_description: "true"
76
- # pr_reviewer.extra_instructions: "- instruction a\n- instruction b\n..."
77
-
+ pr_reviewer.extra_instructions: |
+ ## Reviewer Instructions
78
+ ### Unit Tests
79
+ - Make sure that the code being tested is not mocked out.
80
+ - Make sure that the code being tested is not using any external services.
81
merge-checks:
82
name: QA merge checks
83
runs-on: ubuntu-latest
0 commit comments