feat(Accounts): EOF-1245 - Ajuste no Path do endpoint reserved_balances #2309
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 '' |