Skip to content

Commit

Permalink
prow, plugin, help: add required labels, enable (#3306)
Browse files Browse the repository at this point in the history
We add the labels that are required for the prow help plugin to work.
Also we enable them for the kubevirtci and the project-infra repos
and add the initial configuration.

Signed-off-by: Daniel Hiller <[email protected]>
  • Loading branch information
dhiller authored Mar 8, 2024
1 parent 8fac017 commit 441ebc3
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -317,9 +317,12 @@ default:
- name: good-first-issue
color: 128A0C
target: issues
previously:
- name: good first issue
color: 128A0C
- name: good first issue
color: 128A0C
target: issues
- name: help wanted
color: 128A0C
target: issues
repos:
kubevirt/kubevirt:
labels:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ plugins:
- approve
- lgtm
- trigger
- help

kubevirt/kvm-info-nfd-plugin:
plugins:
Expand Down Expand Up @@ -369,6 +370,7 @@ plugins:
- config-updater
- lgtm
- trigger
- help

kubevirt/qe-tools:
plugins:
Expand Down Expand Up @@ -719,3 +721,18 @@ label:
- allowed_teams:
- kubevirtproject-infra-label
label: good-first-issue

help:
help_guidelines_url: "https://www.github.com/kubevirt/community/tree/main/contributors/help-wanted.md"
help_guidelines_summary: |
- **No Barrier to Entry**
- **Clear Task**
- **Solution Explained**
- **Provides Context**
- **Identifies Relevant Code**
- **Gives Examples**
- **Ready to Test**
- **Goldilocks priority**
- **Up-To-Date**

0 comments on commit 441ebc3

Please sign in to comment.