kubebuilder icon indicating copy to clipboard operation
kubebuilder copied to clipboard

🌱: Add prefix to bot PR title to respect community rule

Open Kavinjsir opened this issue 1 year ago • 2 comments
trafficstars

Description

Add a condition to skip PR Verifier if the PR is created by dependabot

Motivation

Current PRs created by dependabot fail the CI/CD workflows as the title of the PR does not match the community's criteria. It seems dependabot does NOT provide an entry to configure the title, so I am thinking if we can just skip the PR verifier in such scenarios.

Kavinjsir avatar Mar 06 '24 00:03 Kavinjsir

Can not be this achieved by using this option https://github.com/migtools/oadp-non-admin/blob/master/.github/dependabot.yml#L10 ? in kubebuilder case, setting it to 🌱

Great suggestion! Just applied that.

Kavinjsir avatar Mar 06 '24 20:03 Kavinjsir

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: camilamacedo86, Kavinjsir, mateusoliveira43

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment Approvers can cancel approval by writing /approve cancel in a comment

k8s-ci-robot avatar Mar 29 '24 08:03 k8s-ci-robot

@dependabot rebase

camilamacedo86 avatar Mar 29 '24 19:03 camilamacedo86