Skip to content

feat(Variable Incomes): ORB-3063 - PA129 - Informações complementares #546

feat(Variable Incomes): ORB-3063 - PA129 - Informações complementares

feat(Variable Incomes): ORB-3063 - PA129 - Informações complementares #546

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