Skip to content

Commit

Permalink
Merge pull request #7 from magicbell/auto-merge
Browse files Browse the repository at this point in the history
Automerge MagicBella PRs
  • Loading branch information
stigi authored Nov 6, 2024
2 parents a5a876a + 995d359 commit 9b540ea
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,16 @@ jobs:
- name: Install formula
run: brew install --include-test --formula Formula/magicbell-cli.rb
- name: Test
run: brew test magicbell-cli
run: brew test magicbell-cli

merge:
needs: test
runs-on: ubuntu-latest
if: ${{ github.event_name == 'pull_request' && github.event.pull_request.user.login == 'MagicBella' }}
steps:
- name : merge
uses : nbrugger-tgm/[email protected]
with :
pull_request: ${{ github.event.pull_request.number }}
token: ${{ secrets.BELLA_ACTION_TOKEN }}
method: squash

0 comments on commit 9b540ea

Please sign in to comment.