From 8798770b7fbc7d892030955d77e96ea5f5608399 Mon Sep 17 00:00:00 2001 From: Markus Bergholz Date: Wed, 5 Jan 2022 10:23:43 +0100 Subject: [PATCH] first release --- galaxy.yml | 2 +- meta/runtime.yml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 meta/runtime.yml diff --git a/galaxy.yml b/galaxy.yml index 913ad0d..bf292c2 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -8,7 +8,7 @@ namespace: markuman name: devops # The version of the collection. Must be compatible with semantic versioning -version: 1.0.0-dev +version: 1.0.0 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md diff --git a/meta/runtime.yml b/meta/runtime.yml new file mode 100644 index 0000000..9e3f2f2 --- /dev/null +++ b/meta/runtime.yml @@ -0,0 +1,6 @@ +--- +requires_ansible: '>=2.9.6' +action_groups: + devops: + - gitea_pull_request_comment + - gitlab_merge_request_comment \ No newline at end of file