sync
All checks were successful
AI Code Review / ai-review (pull_request) Has been skipped

This commit is contained in:
2026-04-22 11:28:21 +02:00
parent 01ba25f097
commit 093e57c4cc

View File

@@ -2,10 +2,12 @@ name: AI Code Review
on:
pull_request:
types: [ opened, synchronize, reopened ]
types: [ labeled, synchronize ]
jobs:
ai-review:
if: >-
(github.event.action == 'synchronized' && contains(toJSON(github.event.pull_request.labels), 'ai-review')) || contains(toJSON(gitea.event.changes.added_labels), 'ai-review')
runs-on: ubuntu-latest
env: