bots
Manage configuration files for bots.
Functions:
|
Add configuration for |
|
Add configuration for |
|
Add configuration for |
|
Add configuration for |
|
Add configuration for |
-
make_auto_assign_action
(repo_path, templates)[source] Add configuration for
auto-assign
to the desired repo.https://github.com/kentaro-m/auto-assign
- Parameters
repo_path (
Path
) – Path to the repository root.templates (
Environment
)
- Return type
-
make_dependabot
(repo_path, templates)[source] Add configuration for
dependabot
to the desired repo.- Parameters
repo_path (
Path
) – Path to the repository root.templates (
Environment
)
Deprecated since version 2020.12.11.
-
make_dependabotv2
(repo_path, templates)[source] Add configuration for
dependabot
to the desired repo.- Parameters
repo_path (
Path
) – Path to the repository root.templates (
Environment
)
New in version 2020.12.11.
-
make_imgbot
(repo_path, templates)[source] Add configuration for
imgbot
to the desired repo.- Parameters
repo_path (
Path
) – Path to the repository root.templates (
Environment
)
- Return type
-
make_stale_bot
(repo_path, templates)[source] Add configuration for
stale
to the desired repo.https://probot.github.io/apps/stale/
- Parameters
repo_path (
Path
) – Path to the repository root.templates (
Environment
)
- Return type