mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-13 11:25:18 +00:00
Add documentation for 'ignore_pr_titles' parameter in Usage.md
This commit is contained in:
parent
ffe4512b7d
commit
86c7c495f2
1 changed files with 7 additions and 0 deletions
7
Usage.md
7
Usage.md
|
|
@ -174,6 +174,13 @@ To cancel the automatic run of all the tools, set:
|
|||
handle_pr_actions = []
|
||||
```
|
||||
|
||||
You can also disable automatic runs for PRs with specific titles, by setting the `ignore_pr_titles` parameter with the relevant regex. For example:
|
||||
```
|
||||
[github_app]
|
||||
ignore_pr_title = ["^[Auto]", ".*ignore.*"]
|
||||
```
|
||||
will ignore PRs with titles that start with "Auto" or contain the word "ignore".
|
||||
|
||||
##### GitHub app automatic tools for push actions (commits to an open PR)
|
||||
In addition to running automatic tools when a PR is opened, the GitHub app can also respond to new code that is pushed to an open PR.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue