diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9261f11..95eeda6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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