LegacyTransifexBot/prfromtransifex.ini

48 lines
1.3 KiB
INI
Raw Normal View History

[github]
; Github username of bot
2015-01-14 15:57:48 +00:00
user = ETLegacyTransifexRobot
; Github password of bot
2015-01-14 15:57:48 +00:00
password =
; Email used for commits
2015-01-14 15:57:48 +00:00
email =
[transifex]
; Modes: default fetches all string, reviewed only reviewed ones
mode = default
; Minimum number of percent needed for a translation to be included
2015-01-14 15:57:48 +00:00
minpercent = 1
[workingrepo]
2015-01-14 15:57:48 +00:00
owner = ETLegacyTransifexRobot
repo = etlegacy
branch = master
; Clone URL for working repo
2015-01-14 15:57:48 +00:00
url = git@github.com:ETLegacyTransifexRobot/etlegacy.git
; Local path the repo can be found
2015-01-14 15:57:48 +00:00
path = /home/etlegacy/repositories/transifex-etlegacy
[targetrepo]
2015-01-14 15:57:48 +00:00
owner = etlegacy
repo = etlegacy
branch = master
; Clone URL for pull request target repository
2015-01-14 15:57:48 +00:00
url = https://github.com/etlegacy/etlegacy.git
[pullrequest]
; Template string for pull request title
title = Transifex translation update
; Template string for pull request body
body = New translation updates available from transifex
2015-01-14 15:57:48 +00:00
https://www.transifex.com/projects/p/etlegacy/
; Template string for commits in PR. Available variables
; %(mode)s See transifex.mode above
; %(minpercent)s See transifex.minpercent above
; %(langcount)d Number of languages matched with given settings
commit = Transifex translation update
Mode: %(mode)s
Minimum percent translated: %(minpercent)s
Matched %(langcount)d languages