ci: disable coderabbit status comment (#49173)

This commit is contained in:
Raffael Meyer
2025-08-17 12:55:26 +02:00
committed by GitHub
4 changed files with 10 additions and 0 deletions

View File

@@ -3,3 +3,4 @@ reviews:
ignore_title_keywords:
- "sync translations"
- "update POT file"
review_status: false

View File

@@ -8,6 +8,9 @@ on:
- '**.md'
- '**.html'
- '**.csv'
- 'crowdin.yml'
- '.coderabbit.yml'
- '.mergify.yml'
workflow_dispatch:
permissions:

View File

@@ -9,6 +9,9 @@ on:
- '**.css'
- '**.md'
- '**.html'
- 'crowdin.yml'
- '.coderabbit.yml'
- '.mergify.yml'
schedule:
# Run everday at midnight UTC / 5:30 IST
- cron: "0 0 * * *"

View File

@@ -6,6 +6,9 @@ on:
- '**.js'
- '**.md'
- '**.html'
- 'crowdin.yml'
- '.coderabbit.yml'
- '.mergify.yml'
types: [opened, labelled, synchronize, reopened]
concurrency: