Update Usage.md

This commit is contained in:
mrT23
2023-11-20 20:06:07 +02:00
committed by GitHub
parent b3129c7dd9
commit 54d7d59177

View File

@ -37,7 +37,9 @@ To ignore files or directories, edit the **[ignore.toml](/pr_agent/settings/igno
- `IGNORE.GLOB` - `IGNORE.GLOB`
- `IGNORE.REGEX` - `IGNORE.REGEX`
See [dynaconf envvars documentation](https://www.dynaconf.com/envvars/). For example, to ignore python files in a PR, set:
`ignore.glob = ['*.py']`
#### git provider #### git provider
The [git_provider](pr_agent/settings/configuration.toml#L4) field in the configuration file determines the GIT provider that will be used by PR-Agent. Currently, the following providers are supported: The [git_provider](pr_agent/settings/configuration.toml#L4) field in the configuration file determines the GIT provider that will be used by PR-Agent. Currently, the following providers are supported: