-
Notifications
You must be signed in to change notification settings - Fork 1
/
action.yml
31 lines (31 loc) · 933 Bytes
/
action.yml
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
name: "Pull Translations"
description: "Pull translations from Transifex for a project and resource"
author: "Lightspeed HQ"
runs:
using: "node12"
main: "dist/entrypoint.js"
inputs:
project:
description: "Project"
required: true
resource:
description: "Resource"
required: true
languages:
description: "Languages"
default: "fr,de,nl,es"
required: true
mode:
description: "Mode to pull translations ('default', 'reviewed', 'proofread', 'translator', 'untranslated', 'onlytranslated', 'onlyreviewed', 'onlyproofread', 'sourceastranslation'"
default: "reviewed"
required: true
branch:
description: "Branch name"
default: "master"
required: true
addPullerAsAssignee:
description: "Add workflow actor for the pull action as assignee"
required: false
addPullerAsReviewer:
description: "Add workflow actor for the pull action as reviewer"
required: false