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: ignore_title_keywords:
- "sync translations" - "sync translations"
- "update POT file" - "update POT file"
review_status: false

View File

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

View File

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

View File

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