diff --git a/.mergify.yml b/.mergify.yml new file mode 100644 index 00000000..c6f225c5 --- /dev/null +++ b/.mergify.yml @@ -0,0 +1,7 @@ +pull_request_rules: + - name: Automatic comment on approval + conditions: + - "#approved-reviews-by>=1" + actions: + comment: + message: Hello there, Happy Hacktoberfest. Dont't forget to :star:! the repo. \ No newline at end of file