Skip to content

Commit

Permalink
ci: add create pull request action
Browse files Browse the repository at this point in the history
  • Loading branch information
robsonos committed Dec 18, 2023
1 parent d0cf411 commit 0fd9a57
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,9 @@ jobs:

- name: Verify
run: yarn verify

- name: Create Pull Request
uses: peter-evans/create-pull-request@v5
with:
title: 'Merge dev into main 🔀'
body: 'This is an automated PR'

0 comments on commit 0fd9a57

Please sign in to comment.