Skip to content

🚀 Update to 1.52.1-2023.9.20-rc.4 #28

🚀 Update to 1.52.1-2023.9.20-rc.4

🚀 Update to 1.52.1-2023.9.20-rc.4 #28

name: Release - Automerge
on:
pull_request:
branches:
- main
paths:
- "chart/Chart.yaml"
jobs:
auto-merge-pr:
runs-on: ubuntu-20.04
name: "Automerge PR"
steps:
- name: Checkout cloud-native repository
uses: actions/checkout@v3
with:
repository: CartoDB/cloud-native
path: cloud-native
token: ${{ secrets.X_GITHUB_CARTOFANTE }}
- name: Automerge PR
uses: ./cloud-native/.github/actions/automerge-pr
with:
github-token: ${{ secrets.X_GITHUB_CARTOFANTE }}
github-user: cartofante
pr-number: ${{ github.event.pull_request.number }}
merge-method: squash