Skip to content

Commit 9bc7cf5

Browse files
committed
test
1 parent 5cd9127 commit 9bc7cf5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/pr-review.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
name: PR Review
22

33
on:
4-
pull_request_target:
4+
pull_request:
55
types: [opened, synchronize, reopened, ready_for_review]
66

77
jobs:
88
enforce-review:
99
runs-on: ubuntu-latest
10+
permissions:
11+
pull-requests: read
12+
contents: read
13+
organization: read
1014
steps:
1115
- uses: actions/checkout@v4
1216
- name: Check for correct approval

0 commit comments

Comments
 (0)