We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9252e00 commit 9e94525Copy full SHA for 9e94525
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## v1.1.2
2
+
3
+* New action `issue.create`
4
5
## v1.1.1
6
7
* Fix - Remove default group id
README.md
@@ -23,6 +23,7 @@ verify_ssl: False
23
### Issues
24
25
* `issue.info` - Returns issue information
26
+* `issue.create` - Create new Issue
27
28
### Pipelines
29
pack.yaml
@@ -3,7 +3,7 @@ name: gitlab
description: GitLab Rest API
keywords:
- gitlab
-version: 1.1.1
+version: 1.1.2
author: Daniel Chamot
8
email: [email protected]
9
python_versions:
0 commit comments