Skip to content

Commit 867f079

Browse files
committed
feat(pull-request): pr approved status
Signed-off-by: kapdroid <kapilsharma130519@gmail.com>
1 parent dc13452 commit 867f079

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
name: Pull Request
3+
4+
on:
5+
pull_request_review:
6+
types: [submitted]
7+
8+
jobs:
9+
check_status:
10+
if: github.event.review.state != 'approved'
11+
runs-on: ubuntu-latest
12+
steps:
13+
- run: echo "This PR was approved"
14+

0 commit comments

Comments
 (0)