pr trigger

This commit is contained in:
2026-04-22 09:11:40 +02:00
parent d7c7242aa1
commit d05a16840e

View File

@@ -2,11 +2,12 @@ name: AI Code Review
on:
pull_request:
types: [ labeled ]
types: [ labeled, synchronize ]
jobs:
ai-review:
if: contains(toJSON(gitea.event.changes.added_labels), '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: