forked from bayandin/awesome-awesomeness
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.varci.yml
More file actions
26 lines (21 loc) · 672 Bytes
/
.varci.yml
File metadata and controls
26 lines (21 loc) · 672 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
ruleset:
welcome_me:
name: Talk with the PR opener
events: [ pull_request ]
when:
- action = "opened"
comment: |
Welcome to Awesome Awesomeness @{{ user.login }}!
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!
respond_to_me:
name: Give help
events: [ issue_comment ]
when:
- action = "created"
- body contains "@VarCI-bot help me!"
comment: |
Hi again @{{ user.login }}
I see you're having problems... let's ping @m1guelpf
Good luck!