feature/ai-review #7

Merged
gitea_admin merged 15 commits from feature/ai-review into main 2026-04-22 09:30:02 +00:00
Showing only changes of commit 093e57c4cc - Show all commits

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: