Fixed docstring

This commit is contained in:
Fabio Manganiello 2023-12-31 04:34:42 +01:00
parent 5eb09eab1a
commit 3fbb0d289b
1 changed files with 1 additions and 2 deletions

View File

@ -61,6 +61,7 @@ class GithubPlugin(RunnablePlugin):
- ``notifications``
- ``read:org`` if you want to access repositories on organization level.
If neither ``repos`` nor ``org`` is specified then the plugin will monitor all new events on user level.
"""
_base_url = 'https://api.github.com'
@ -76,8 +77,6 @@ class GithubPlugin(RunnablePlugin):
**kwargs,
):
"""
If neither ``repos`` nor ``org`` is specified then the plugin will monitor all new events on user level.
:param user: Github username.
:param user_token: Github personal access token.
:param repos: List of repos to be monitored - if a list is provided then only these repositories will be