docs
This commit is contained in:
parent
5027e98c04
commit
27014958be
@ -19,3 +19,21 @@ Target Usage
|
||||
|
||||
Any project (devel, etc) that accepts PR
|
||||
|
||||
|
||||
Config file
|
||||
-----------
|
||||
JSON
|
||||
* _Workflows_: "pr" -- pr workflow enabled
|
||||
* _Organization_: organization that holds all the packages
|
||||
* _Branch_: branch updated in repo's
|
||||
* _GitProjectName_: package in above org, or `org/package` for PrjGit
|
||||
|
||||
example:
|
||||
|
||||
{
|
||||
"Workflows": ["pr", "direct"],
|
||||
"Organization": "autogits",
|
||||
"GitProjectName": "HiddenPrj",
|
||||
"Branch": "hidden"
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user