mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-21 19:29:05 +00:00
keycloak modules: add missing author credit (#11840)
keycloak modules: add missing author credit for contributions Added myself (@koke1997) to the author list of three modules I contributed to in PRs #11468, #11470, #11471, and #11473 but forgot to include at the time. Also signing up as maintainer for these modules in .github/BOTMETA.yml so the bot can route related issues and PRs.
This commit is contained in:
parent
3325b854ee
commit
7ce198f0e7
4 changed files with 7 additions and 2 deletions
|
|
@ -582,6 +582,7 @@ extends_documentation_fragment:
|
|||
|
||||
author:
|
||||
- Eike Frost (@eikef)
|
||||
- Ivan Kokalović (@koke1997)
|
||||
"""
|
||||
|
||||
EXAMPLES = r"""
|
||||
|
|
|
|||
|
|
@ -244,6 +244,7 @@ extends_documentation_fragment:
|
|||
|
||||
author:
|
||||
- Samuli Seppänen (@mattock)
|
||||
- Ivan Kokalović (@koke1997)
|
||||
"""
|
||||
|
||||
EXAMPLES = r"""
|
||||
|
|
|
|||
|
|
@ -105,6 +105,7 @@ extends_documentation_fragment:
|
|||
|
||||
author:
|
||||
- Dušan Marković (@bratwurzt)
|
||||
- Ivan Kokalović (@koke1997)
|
||||
"""
|
||||
|
||||
EXAMPLES = r"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue