mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-12 17:23:38 +00:00
ci: make coderabbit less chatty (#49203)
* ci: make coderabbit less chatty * ci: disable high level summary * ci: disable reviews on style PRs * ci: fake tests on ignored paths --------- Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> Co-authored-by: Ankush Menat <ankush@frappe.io>
This commit is contained in:
@@ -3,4 +3,10 @@ reviews:
|
|||||||
ignore_title_keywords:
|
ignore_title_keywords:
|
||||||
- "sync translations"
|
- "sync translations"
|
||||||
- "update POT file"
|
- "update POT file"
|
||||||
|
- "style: "
|
||||||
review_status: false
|
review_status: false
|
||||||
|
poem: false
|
||||||
|
collapse_walkthrough: true
|
||||||
|
sequence_diagrams: false
|
||||||
|
changed_files_summary: false
|
||||||
|
high_level_summary: false
|
||||||
|
|||||||
3
.github/workflows/patch_faux.yml
vendored
3
.github/workflows/patch_faux.yml
vendored
@@ -10,6 +10,9 @@ on:
|
|||||||
- "**.md"
|
- "**.md"
|
||||||
- "**.html"
|
- "**.html"
|
||||||
- "**.csv"
|
- "**.csv"
|
||||||
|
- 'crowdin.yml'
|
||||||
|
- '.coderabbit.yml'
|
||||||
|
- '.mergify.yml'
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|||||||
@@ -9,6 +9,9 @@ on:
|
|||||||
- "**.css"
|
- "**.css"
|
||||||
- "**.md"
|
- "**.md"
|
||||||
- "**.html"
|
- "**.html"
|
||||||
|
- 'crowdin.yml'
|
||||||
|
- '.coderabbit.yml'
|
||||||
|
- '.mergify.yml'
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|||||||
Reference in New Issue
Block a user