forked from sylvainc/ak-oca-clabot
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathclabot.ini
52 lines (40 loc) · 1.38 KB
/
clabot.ini
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
[clabot]
; clabot sqlite3 cache
cache_file = clabot_cache
; clabot server
interface = 0.0.0.0
port = 1337
debug = True
; Github API URL
github_base_url = https://api.github.com
; Github credentials
github_login =
github_password =
; Github repository tokens
default_token =
; Per repository override,
; example, for a repository named repo1:
; token_repo1 =
; Odoo backend
odoo_host =
odoo_user =
odoo_password =
odoo_database =
odoo_icla_categ =
odoo_ecla_categ =
odoo_github_login_field =
cla_ko_message = Hey @{pull_user}, thank you for your Pull Request and contribution to the OCA.
It looks like some users haven't signed our **C**ontributor **L**icense **A**greement, yet.
1. You can get our full Contributor License Agreement (CLA) here: http://odoo-community.org/page/website.cla
2. Your company (with Enterprise CLA) or every users listed below (with Individual CLA) should complete and sign it
3. Do not forget to include your complete data (company and/or personal) and the covered Github login(s).
4. Please scan the document(s) and send them back to [email protected],
Here is a list of the users :
{users_ko}
Appreciation of efforts,
OCA CLAbot
cla_ok_message = Hey @{pull_user},
We acknowledge that the following users have signed our **C**ontributor **L**icense **A**greement:
{users_ok}
Appreciation of efforts,
OCA CLAbot