Skip to content

rebase: Bump sigs.k8s.io/controller-runtime from 0.15.1-0.20230524200249-30eae58f1b98 to 0.15.1 #6945

rebase: Bump sigs.k8s.io/controller-runtime from 0.15.1-0.20230524200249-30eae58f1b98 to 0.15.1

rebase: Bump sigs.k8s.io/controller-runtime from 0.15.1-0.20230524200249-30eae58f1b98 to 0.15.1 #6945

Workflow file for this run

---
name: commitlint
# yamllint disable-line rule:truthy
on:
pull_request:
branches:
- '*'
permissions:
contents: read
jobs:
commitlint:
name: commitlint
if: ${{ github.event.pull_request.user.login != 'dependabot[bot]' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: commitlint
# yamllint disable-line rule:line-length
run: make containerized-test TARGET=commitlint GIT_SINCE="origin/${GITHUB_BASE_REF}"