Skip to content

feat: add logger to wait #25

feat: add logger to wait

feat: add logger to wait #25

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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
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 }}