[PR #6278/cee5f31b backport][stable-6] Add support to topics on Gitlab Project module (#6283)

Add support to topics on Gitlab Project module (#6278)

* add topics to gitlab_project.py

* add chngelog fragment

* fix lint error

* Update changelogs/fragments/6277-add-topics-gitlab-project.yml

Co-authored-by: Felix Fontein <felix@fontein.de>

* Apply suggestions from code review

Co-authored-by: Felix Fontein <felix@fontein.de>

---------

Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit cee5f31b70)

Co-authored-by: Lorenzo Tanganelli <35271287+tanganellilore@users.noreply.github.com>
This commit is contained in:
patchback[bot]
2023-04-03 22:15:23 +02:00
committed by GitHub
parent f0320b5ac9
commit f6d15ec818
2 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- gitlab_project - add new option ``topics`` for adding topics to GitLab projects (https://github.com/ansible-collections/community.general/pull/6278).