Skip to content

feat(Payments): ORB-2918 - SB34 - Remover campo de endpoint e alterar nome de campo #460

feat(Payments): ORB-2918 - SB34 - Remover campo de endpoint e alterar nome de campo

feat(Payments): ORB-2918 - SB34 - Remover campo de endpoint e alterar nome de campo #460

name: Criar pull request para homologao-interno
on:
pull_request:
branches: [aggr-*]
types: [closed]
jobs:
create_pull_request:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Creating pull request to stage
env:
HOMOLOG_BRANCH: stage
GH_TOKEN: ${{ secrets.AREADEV_INTEGRATION }}
run: gh pr create -B $HOMOLOG_BRANCH -H ${{ github.event.pull_request.base.ref }} --title '${{ github.event.pull_request.title }}' --body ''