Fix warnings and add needs-rebase plugin

This commit is contained in:
Mustafa Gezen 2022-10-30 02:36:34 +01:00
parent 15940664bc
commit 054e1cb5b6
Signed by untrusted user who does not match committer: mustafa
GPG Key ID: DCDF010D946438C1
3 changed files with 16 additions and 8 deletions

View File

@ -1,6 +1,10 @@
prowjob_namespace: prow prowjob_namespace: prow
pod_namespace: test-pods pod_namespace: test-pods
allowed_clusters:
rocky-linux/peridot:
- default
deck: deck:
spyglass: spyglass:
lenses: lenses:

3
config/prow/labels.yaml Normal file
View File

@ -0,0 +1,3 @@
labels:
- color: 00ff00
name: lgtm

View File

@ -10,6 +10,7 @@ plugins:
- help - help
- heart - heart
- hold - hold
- needs-rebase
- label - label
- lgtm - lgtm
- trigger - trigger