Skip to content

feat: add logger to wait #21

feat: add logger to wait

feat: add logger to wait #21

name: Check Kubernetes
on:
pull_request:
branches: [main]
types: [opened, edited, synchronize]
paths:
- "kubernetes/**"
permissions:
contents: read
jobs:
bump-version-and-release-notes:
runs-on: ubuntu-latest
outputs:
new-version: ${{ steps.bump-version.outputs.new-version }}
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
fetch-depth: 0
- name: Bump Version and Generate Release Notes
uses: ./.github/actions/bump-and-notes
id: bump-version
with:
module: "kubernetes"
pr-title: ${{ github.event.pull_request.title }}