Skip to content

refactor: standardize workflows to use centralized reusable callers #9

refactor: standardize workflows to use centralized reusable callers

refactor: standardize workflows to use centralized reusable callers #9

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