Skip to content

feat(Payments): ORB-2900 - PB71 - Incluir enum em campo #471

feat(Payments): ORB-2900 - PB71 - Incluir enum em campo

feat(Payments): ORB-2900 - PB71 - Incluir enum em campo #471

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