diff --git a/.github/workflows/AUTO_PR.yml b/.github/workflows/AUTO_PR.yml new file mode 100644 index 0000000..6f8a646 --- /dev/null +++ b/.github/workflows/AUTO_PR.yml @@ -0,0 +1,19 @@ +name: AURO PR + +on: + push: + branches: + - "*" + - "!main" + +jobs: + pull-request: + runs-on: ubuntu-latest + permissions: + pull-requests: write + steps: + - uses: actions/checkout@v4.1.1 + - name: Auto Pull Request + uses: diillson/auto-pull-request@v1.0.1 + with: + destination_branch: main