Skip to content

Commit

Permalink
Merge pull request #61 from kubernetes-sigs/deprecate-gtihub-action-p…
Browse files Browse the repository at this point in the history
…r-title-verify

📖 Inform users about the deprecation of the PR title validation GitHub Action
  • Loading branch information
camilamacedo86 authored Sep 16, 2024
2 parents 012269a + f50095f commit 5c20804
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,14 @@ $ go run sigs.k8s.io/kubebuilder-release-tools/notes
$ go run sigs.k8s.io/kubebuilder-release-tools/notes -r beta
```

## PR Verification GitHub Action
## PR Verification GitHub Action (Deprecated)

**IMPORTANT**: Images provided under `gcr.io/kubebuilder/` will be unavailable starting **March 18, 2025**. Therefore, this GitHub Action as described below will no longer work once the images are unavailable.

> The functionality of this deprecated GitHub Action can be replicated using the current approach in the Kubebuilder project. Here’s how:
> - Create a GitHub Action to trigger the validation, as demonstrated in the [Kubebuilder repository](https://github.com/kubernetes-sigs/kubebuilder/blob/master/.github/workflows/verify.yml).
> - Ensure that the GitHub Action calls the necessary shell script for checks. You can find an example here: [pr-title-checker.sh](https://github.com/kubernetes-sigs/kubebuilder/blob/master/test/pr-title-checker.sh).

This repository acts as a GitHub action for verifying PR titles match the
[release notes generation requirements](/VERSIONING.md), as well as some
Expand Down

0 comments on commit 5c20804

Please sign in to comment.