Skip to content

fix: add CRD KongConsumerGroup and extend status subresource for CRDs… #204

fix: add CRD KongConsumerGroup and extend status subresource for CRDs…

fix: add CRD KongConsumerGroup and extend status subresource for CRDs… #204

name: 'sync master with main'
on:
push:
branches:
- 'main'
jobs:
push-master:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Push HEAD to master
# Deliberately not force-pushing: designed to fail if this would mean rewriting history
run: |
git push origin HEAD:master