diff --git a/.github/workflows/auto-pull-request.yml b/.github/workflows/auto-pull-request.yml new file mode 100644 index 0000000..6556928 --- /dev/null +++ b/.github/workflows/auto-pull-request.yml @@ -0,0 +1,15 @@ +name: Manual Dispatch + +on: + workflow_dispatch: + +jobs: + run: + runs-on: ubuntu-latest + steps: + - name: Check out repository + uses: actions/checkout@4 + - name: Run a script + uses: bonyuta0204/auto-pull-request + with: + src-branch: "release-stg" \ No newline at end of file