Skip to content

Commit 71ce2ca

Browse files
committed
test: add pull request event for valid PR
1 parent 776a157 commit 71ce2ca

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

test/valid-pr.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"pull_request": {
3+
"head": {
4+
"ref": "sample-head-ref"
5+
},
6+
"base": {
7+
"ref": "sample-base-ref"
8+
}
9+
},
10+
"repository": {
11+
"name": "pr-conventional-commit",
12+
"owner": {
13+
"login": "matmar10"
14+
}
15+
}
16+
}

0 commit comments

Comments
 (0)