This commit is contained in:
Adam Majer 2024-09-30 15:28:25 +02:00
parent 5027e98c04
commit 27014958be

View File

@ -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"
},