feat(Accounts): EOF-1245 - Ajuste no Path do endpoint reserved_balances #2011
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: Auto merge em pull request na branch homologao-interno | |
| on: | |
| pull_request: | |
| branches: | |
| - stage | |
| types: | |
| - opened | |
| jobs: | |
| merge_pull_request: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v3 | |
| - name: Realizando merge | |
| env: | |
| GH_TOKEN: ${{ secrets.AREADEV_INTEGRATION }} | |
| run: gh pr merge ${{ github.event.pull_request.number }} --merge |