Skip to content

Merge branch 'main' into eharvey/hello-wiki #2

Merge branch 'main' into eharvey/hello-wiki

Merge branch 'main' into eharvey/hello-wiki #2

name: Automatically create pull requests
on:
push:
branches-ignore:
- main
jobs:
createPullRequest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Create pull request
run: gh pr create --fill --draft
env:
GH_TOKEN: ${{ github.token }}