awesomeness/.varci.yml

27 lines
672 B
YAML
Raw Permalink Normal View History

2016-12-06 20:34:36 +00:00
ruleset:
welcome_me:
2016-12-07 11:25:27 +00:00
name: Talk with the PR opener
2016-12-06 20:34:36 +00:00
events: [ pull_request ]
when:
- action = "opened"
comment: |
2016-12-07 11:26:14 +00:00
Welcome to Awesome Awesomeness @{{ user.login }}!
2016-12-06 20:34:36 +00:00
2016-12-07 11:25:27 +00:00
Please wait while our bot (@checkbot) validates your changes. He'll post on this PR when finished.
If you have any problem, feel free to send (@VarCI-bot help me!).
Good luck!
2016-12-06 20:34:36 +00:00
respond_to_me:
2016-12-07 11:25:27 +00:00
name: Give help
2016-12-06 20:34:36 +00:00
events: [ issue_comment ]
when:
- action = "created"
2016-12-07 11:25:27 +00:00
- body contains "@VarCI-bot help me!"
2016-12-06 20:34:36 +00:00
comment: |
2016-12-07 11:25:27 +00:00
Hi again @{{ user.login }}
I see you're having problems... let's ping @m1guelpf
Good luck!