We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5c74b0 commit 517e7adCopy full SHA for 517e7ad
1 file changed
.github/workflows/auto_approve_pr.yml
@@ -6,6 +6,11 @@ on:
6
- opened
7
branches:
8
- master
9
+ pull_request:
10
+ types:
11
+ - opened
12
+ branches:
13
+ - master
14
15
jobs:
16
auto-approve:
0 commit comments