From 54d7d59177615a18b6ad3da1367f11c26378faed Mon Sep 17 00:00:00 2001 From: mrT23 Date: Mon, 20 Nov 2023 20:06:07 +0200 Subject: [PATCH] Update Usage.md --- Usage.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Usage.md b/Usage.md index 6e8522e3..bfb3ed17 100644 --- a/Usage.md +++ b/Usage.md @@ -37,7 +37,9 @@ To ignore files or directories, edit the **[ignore.toml](/pr_agent/settings/igno - `IGNORE.GLOB` - `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 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: