Skip to content

Commit

Permalink
operatorhub: temporary disable PR creation
Browse files Browse the repository at this point in the history
  • Loading branch information
f41gh7 authored Jul 4, 2024
1 parent 5e17ba8 commit 0c311bb
Showing 1 changed file with 17 additions and 16 deletions.
33 changes: 17 additions & 16 deletions .github/workflows/operatorhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,19 +53,20 @@ jobs:
VERSION=$(ls bundle | head -1)
echo "VERSION=$VERSION" >> $GITHUB_OUTPUT
mv bundle/* __k8s-operatorhub-repo/operators/victoriametrics-operator/
- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
with:
add-paths: operators/victoriametrics-operator
signoff: true
author: Github Actions <[email protected]>
path: __k8s-operatorhub-repo
push-to-fork: ${{ matrix.repo.fork }}
branch: vm-operator-release-${{ steps.update.outputs.VERSION }}
token: ${{ secrets.VM_BOT_GH_TOKEN }}
delete-branch: true
title: "victoriametrics-operator: update operator ${{ steps.update.outputs.VERSION }}"
body: |
Added OLM package for [VictoriaMetrics operator ${{ steps.update.outputs.VERSION }}"](https://github.com/VictoriaMetrics/operator/releases/tag/v${{ steps.update.outputs.VERSION }})
> Auto-generated by `Github Actions Bot`
# temporary disable. Uncomment after changes to operatorhub ci procedure.
# - name: Create Pull Request
# uses: peter-evans/create-pull-request@v6
# with:
# add-paths: operators/victoriametrics-operator
# signoff: true
# author: Github Actions <[email protected]>
# path: __k8s-operatorhub-repo
# push-to-fork: ${{ matrix.repo.fork }}
# branch: vm-operator-release-${{ steps.update.outputs.VERSION }}
# token: ${{ secrets.VM_BOT_GH_TOKEN }}
# delete-branch: true
# title: "victoriametrics-operator: update operator ${{ steps.update.outputs.VERSION }}"
# body: |
# Added OLM package for [VictoriaMetrics operator ${{ steps.update.outputs.VERSION }}"](https://github.com/VictoriaMetrics/operator/releases/tag/v${{ steps.update.outputs.VERSION }})
# > Auto-generated by `Github Actions Bot`

0 comments on commit 0c311bb

Please sign in to comment.