feat(Credit Fixed Incomes): EOF-1250 - Criação versão estável para API Renda Fixa Crédito v1.1.0 #2010
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 |