Skip to content

Commit

Permalink
feat: Add Code-Butler GitHub Action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Dec 1, 2023
1 parent a0ca61e commit 33b4f54
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/code_butler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Code Butler

on:
pull_request:

jobs:
review:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Run Code Butler
uses: ouchi2501/code-butler@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
command: review

0 comments on commit 33b4f54

Please sign in to comment.