forked from gurneyalex/ak-oca-clabot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathclabot.ini
47 lines (37 loc) · 1.04 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
[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.
It looks like some users haven't signed our **C**ontributor **L**icense **A**greement, yet.
You can read and sign our full Contributor License Agreement here: http://odoo-community.org/page/website.cla
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