diff --git a/OWNERS_ALIASES b/OWNERS_ALIASES index 5223405..58c0ff9 100644 --- a/OWNERS_ALIASES +++ b/OWNERS_ALIASES @@ -12,6 +12,9 @@ aliases: kubebuilder-approvers: - camilamacedo86 - vincepri + - adirio + - jmrodri + - varshaprasad96 # folks who can review and LGTM any PRs in the repo (doesn't include # approvers & admins -- those count too via the OWNERS file) diff --git a/action.yml b/action.yml index 063de1a..62bda61 100644 --- a/action.yml +++ b/action.yml @@ -9,4 +9,4 @@ runs: # this is built using GCB by building the Dockerfile in this directory on # every tagged release. After tagging a release, a new version should # automatically appear. - image: 'docker://gcr.io/kubebuilder/pr-verifier:v0.1.1' + image: 'docker://gcr.io/kubebuilder/pr-verifier:v0.2.0'