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 fc0d132 commit dcc3514Copy full SHA for dcc3514
1 file changed
.github/workflows/pr-eval.yml
@@ -0,0 +1,26 @@
1
+---
2
+name: Code Examples PR Review
3
+
4
+on:
5
+ pull_request:
6
+ types: [opened]
7
8
+permissions:
9
+ contents: read
10
+ pull-requests: write
11
+ copilot-requests: write
12
13
+safe-outputs:
14
+ add-comment
15
16
17
18
+# PR Checklist evaluation
19
20
+Review the changes in this PR, and write a comment if the PR includes:
21
22
+- Mocks in integration tests.
23
+- Hard-coded bucket names or regions for AWS resources.
24
+- Emojis in any code.
25
+- List operations without proper pagination.
26
0 commit comments