Skip to content

Commit c6f3504

Browse files
authored
Merge branch 'develop' into dependabot/docker/pkg/config/templates/supabase/realtime-v2.37.2
2 parents b972964 + 9c3a439 commit c6f3504

File tree

2 files changed

+225
-0
lines changed

2 files changed

+225
-0
lines changed

.github/workflows/api-sync.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
3939
- name: Create Pull Request
4040
if: steps.check.outputs.has_changes == 'true'
41+
id: cpr
4142
uses: peter-evans/create-pull-request@v7
4243
with:
4344
token: ${{ secrets.GH_PAT }}
@@ -52,3 +53,9 @@ jobs:
5253
labels: |
5354
automated pr
5455
api-sync
56+
57+
- name: Enable Pull Request Automerge
58+
if: steps.check.outputs.has_changes == 'true'
59+
run: gh pr merge --auto --squash "${{ steps.cpr.outputs.pull-request-number }}"
60+
env:
61+
GH_TOKEN: ${{ secrets.GH_PAT }}

pkg/api/client.gen.go

Lines changed: 218 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)