Skip to content

feat(Payments): ORB-3077 - PB77 - x-fapi-interaction-id - Alterar descrição #553

feat(Payments): ORB-3077 - PB77 - x-fapi-interaction-id - Alterar descrição

feat(Payments): ORB-3077 - PB77 - x-fapi-interaction-id - Alterar descrição #553

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 ''