Skip to content

Workflow file for this run

name: Create Copy Action PR
on:
push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Create PR
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh pr create --title "Copy changelog from API Ref" --body "Automated PR for copying changelog updates" --head "copy-from-api-ref" --base main