diff --git a/.github/workflows/auto-pr.yml b/.github/workflows/auto-pr.yml new file mode 100644 index 0000000..a10802d --- /dev/null +++ b/.github/workflows/auto-pr.yml @@ -0,0 +1,16 @@ +name: Upstream to PR + +on: + schedule: + - cron: "0 12 * * *" + workflow_dispatch: + inputs: {} + +jobs: + autoupdate: + uses: neuro-inc/reuse/.github/workflows/auto-pr.yaml@master + with: + upstream_repository: https://github.com/weaviate/weaviate-helm + upstream_tag_regex: 'v\d+\..*' + secrets: + personal_access_token: ${{ secrets.GH_AUTO_PR }} \ No newline at end of file