mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-02-15 01:02:48 +00:00
refactor(workflow): remove auto-approve workflow (#9197)
This commit is contained in:
parent
901fc01ca6
commit
080923a0e4
17
.github/workflows/auto-approve.yml
vendored
17
.github/workflows/auto-approve.yml
vendored
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user