1
0
mirror of https://github.com/ansible-collections/community.general.git synced 2025-07-14 16:01:01 +03:00

Added new module github_repo (#1683)

* Added new module github_repo

* Fixed sanity errors

* Fixed sanity errors

* Unit tests for github_repo module

* Fixed import-before-documentation

* Added PyGithub dependency for unit tests

* Fixed errata

* Require Python >= 2.7

* Support for check_mode and other improvements

* Fixed import-before-documentation

* Improved module parameter requirements, check mode and docs

* Code improvements

* Fixed version tag
This commit is contained in:
Álvaro Torres Cogollo
2021-03-06 13:30:43 +01:00
committed by GitHub
parent 7425e9840d
commit 53c6b49673
5 changed files with 497 additions and 1 deletions

View File

@ -0,0 +1 @@
./source_control/github/github_repo.py