refactor(workflow): remove auto-approve workflow (#9197)

This commit is contained in:
Ulf Gebhardt 2026-02-10 15:10:56 +01:00 committed by GitHub
parent 901fc01ca6
commit 080923a0e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,17 +0,0 @@
name: Auto Approve after CodeRabbit
on:
pull_request_review:
types: [submitted]
permissions:
pull-requests: write
jobs:
auto-approve:
if: >
github.event.review.state == 'approved' &&
github.event.review.user.login == 'coderabbitai[bot]'
runs-on: ubuntu-latest
steps:
- uses: hmarr/auto-approve-action@f0939ea97e9205ef24d872e76833fa908a770363 # v4.0.0