Skip to content

change checkout v4->v3 #2

change checkout v4->v3

change checkout v4->v3 #2

name: Merge Release Into Main
on:
workflow_dispatch:
push:
branches:
- 'release'
jobs:
main:
name: Create PR Release to Main
runs-on: ubuntu-latest
steps:
- name: git checkout
uses: actions/checkout@v3
- name: create pull request
id: open-pr
uses: repo-sync/pull-request@v2
with:
github_token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
destination_branch: ${{ github.event.repository.default_branch }}
pr_title: "[Automated] Merge ${{ github.ref_name }} into ${{ github.event.repository.default_branch }}"
pr_body: "Automated Pull Request"
pr_reviewer: "ProKil"
pr_assignee: "ProKil"