Skip to content

Commit d27134e

Browse files
committed
Merge pull request #108 from caniszczyk/update-pull-approve-regex
Fix the PullApprove approve_regex to cover more cases
2 parents a5d6abe + 51b7399 commit d27134e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pullapprove.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
approve_by_comment: true
2-
approve_regex: ^LGTM
2+
approve_regex: '^(Approved|lgtm|LGTM|:shipit:|:star:|:\+1:|:ship:)'
33
reject_regex: ^Rejected
44
reset_on_push: true
55
reviewers:

0 commit comments

Comments
 (0)