Skip to content

Commit 0979dc1

Browse files
authored
chore: update Qodo config to v2 and tombi to v0.9.9 (#2604)
* chore: update tombi to v0.9.9 and actions/checkout pin * chore: update Qodo config to v2 * chore: rename pr_agent.toml to .pr_agent.toml * fix: use TOML boolean literals instead of strings
1 parent 66a6143 commit 0979dc1

3 files changed

Lines changed: 30 additions & 40 deletions

File tree

.github/workflows/toml-checks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1616
- uses: tombi-toml/setup-tombi@cebfd308ba02edadfcee148b7473536990950c92 # v1.0.8
1717
with:
18-
version: 'v0.7.22'
19-
checksum: '2f96342066b02ac374b2b457c9927264fd086256c1c6ccc817eced8367f1d83c'
18+
version: 'v0.9.9'
19+
checksum: 'b50dbc90ec27591dbaf564b628bd3b3e4ead371a60931bc8ea5f34d7cd1d3607'
2020
- name: Validate TOML files
2121
run: tombi lint

.pr_agent.toml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
[jira]
2+
jira_base_url = "https://redhat.atlassian.net"
3+
4+
[github_app]
5+
# what should be launched automatically
6+
pr_commands = [
7+
"/agentic_review",
8+
"/agentic_describe --pr_description.final_update_message=false",
9+
"/generate_labels",
10+
]
11+
12+
[pr_test]
13+
enable=false
14+
15+
[review_agent]
16+
comments_location_policy = "summary"
17+
18+
[checks]
19+
enable_auto_checks_feedback = true
20+
persistent_comment = true
21+
final_update_message = false
22+
23+
[config]
24+
ignore_pr_authors = ["renovate", "rhdh-bot", "dependabot"]
25+
26+
[rag_arguments]
27+
enable_rag=true
28+
rag_repo_list=['redhat-developer/rhdh','redhat-developer/red-hat-developers-documentation-rhdh']

pr_agent.toml

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)