Skip to content

test commit 17

test commit 17 #20

Workflow file for this run

name: Auto Create Pull Request
on:
push:
branches-ignore:
- "main"
jobs:
create_pr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Create Pull Request
uses: repo-sync/pull-request@v2
with:
destination_branch: "main"
pr_title: "Automated PR: ${{ github.ref_name }}"
pr_body: "This is an automated pull request created from branch ${{ github.ref_name }}"