Skip to content

feat: add automatic release creation workflow and update manual relea… #5

feat: add automatic release creation workflow and update manual relea…

feat: add automatic release creation workflow and update manual relea… #5

name: (Auto) Pull Request Create
on:
push:
branches-ignore:
- master
- main
- release/**
- dependabot/**
permissions:
contents: read
packages: write
pull-requests: write
jobs:
call:
uses: devops-infra/.github/.github/workflows/reusable-auto-pull-request-create.yml@v1
with:
profile: actions
secrets: inherit