Skip to content

[Refactor] 완료된 A/B 테스트 실험 코드 제거 (7개 실험) #588

[Refactor] 완료된 A/B 테스트 실험 코드 제거 (7개 실험)

[Refactor] 완료된 A/B 테스트 실험 코드 제거 (7개 실험) #588

Workflow file for this run

name: CodeRabbit Review
on:
pull_request:
types: [labeled]
jobs:
coderabbit:
if: github.event.label.name == 'ci:passed'
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: actions/github-script@v7
with:
github-token: ${{ secrets.PAT }}
script: |
await github.rest.issues.createComment({
owner: context.repo.owner,
repo: context.repo.repo,
issue_number: context.issue.number,
body: `@coderabbitai review`
});