Skip to content

Commit dcc3514

Browse files
committed
add test workflow file
1 parent fc0d132 commit dcc3514

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

.github/workflows/pr-eval.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)