0b8dd84b18
* Custom actions and yaql expressions Change-Id: I5843135fb8adbeb73d1e205cf81f4c60e8b5b306
9 lines
280 B
JSON
9 lines
280 B
JSON
{
|
|
"author": "mistral mistraly",
|
|
"email": "mistral@mistral.com",
|
|
"project_name": "example-action",
|
|
"pkg_name": "{{ cookiecutter.project_name.lower().replace(' ', '_').replace('-', '_') }}",
|
|
"summary": "A mistral custom action example",
|
|
"version": "0.1.0"
|
|
}
|