Skip to content

Commit 8dff67e

Browse files
committed
chore: use two step PR approval
1 parent 08ae003 commit 8dff67e

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Two-Stage PR Review Process
2+
3+
on:
4+
pull_request:
5+
types: [opened, synchronize, reopened, labeled, unlabeled, ready_for_review, converted_to_draft]
6+
pull_request_review:
7+
types: [submitted]
8+
9+
jobs:
10+
manage-pr-status:
11+
runs-on: ubuntu-latest
12+
permissions:
13+
pull-requests: write
14+
contents: write
15+
steps:
16+
- name: Checkout code
17+
uses: actions/checkout@v4
18+
19+
- name: Two stage PR review
20+
uses: hashicorp/[email protected]

0 commit comments

Comments
 (0)