Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Bump github.com/vmware-tanzu/carvel-kapp-controller from 0.34.0 to 0.48.2 in /cli/cmd/plugin/unmanaged-cluster #768

Bump github.com/vmware-tanzu/carvel-kapp-controller from 0.34.0 to 0.48.2 in /cli/cmd/plugin/unmanaged-cluster

Bump github.com/vmware-tanzu/carvel-kapp-controller from 0.34.0 to 0.48.2 in /cli/cmd/plugin/unmanaged-cluster #768

name: Housekeeping - Prow GitHub Actions
on:
issue_comment:
types: [created]
jobs:
execute:
runs-on: ubuntu-latest
steps:
# Adds support for prow-like commands
# Uses .github/labels.yaml to define areas and kinds
- uses: jpmcb/prow-github-actions@v1.1.3
with:
prow-commands: "/approve
/area
/assign
/cc
/close
/hold
/kind
/lock
/remove
/reopen
/retitle
/unassign
/uncc"
github-token: "${{ secrets.GITHUB_TOKEN }}"