Skip to content

feat: Add status badge for page-build-deployment #5

feat: Add status badge for page-build-deployment

feat: Add status badge for page-build-deployment #5

Workflow file for this run

name: Release
"on":
push:
branches-ignore:
- main
tags:
- "*"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
openPR:
runs-on: ubuntu-22.04
permissions:
contents: write
pull-requests: write
steps:
- uses: actions/checkout@v4
- name: Create PR
run: >-
gh pr create
--base main
--head "${{ github.ref_name }}"
--title "Release/${{ github.ref_name }}"