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 e3a04bc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,12 @@ 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'
branch: 'autopr-${{ github.run_id }}'
base: 'main'
delete-branch: true

0 comments on commit e3a04bc

Please sign in to comment.