Skip to content

Commit

Permalink
Add prow config for falcosecurity/plugin-sdk-go
Browse files Browse the repository at this point in the history
Following the example of
#314.

Signed-off-by: Mark Stemm <mark.stemm@gmail.com>
  • Loading branch information
mstemm committed Sep 21, 2021
1 parent f0e9486 commit 67df36a
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 0 deletions.
19 changes: 19 additions & 0 deletions config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,10 @@ branch-protection:
branches:
master:
protect: true
plugin-sdk-go:
branches:
master:
protect: true
template-repository:
branches:
master:
Expand Down Expand Up @@ -256,6 +260,7 @@ tide:
falcosecurity/kilt: rebase
falcosecurity/libs: rebase
falcosecurity/pdig: rebase
falcosecurity/plugin-sdk-go: rebase
falcosecurity/template-repository: rebase
falcosecurity/test-infra: rebase
queries:
Expand Down Expand Up @@ -597,6 +602,20 @@ tide:
- do-not-merge/work-in-progress
- needs-rebase
reviewApprovedRequired: true
- repos:
- falcosecurity/plugin-sdk-go
labels:
- approved
- lgtm
- "dco-signoff: yes"
missingLabels:
- do-not-merge
- do-not-merge/hold
- do-not-merge/invalid-owners-file
- do-not-merge/work-in-progress
- do-not-merge/release-note-label-needed
- needs-rebase
reviewApprovedRequired: true
- repos:
- falcosecurity/test-infra
labels:
Expand Down
38 changes: 38 additions & 0 deletions config/plugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ approve:
- falcosecurity/katacoda-scenarios
- falcosecurity/kilt
- falcosecurity/pdig
- falcosecurity/plugin-sdk-go
- falcosecurity/template-repository
- falcosecurity/test-infra
lgtm_acts_as_approve: true
Expand Down Expand Up @@ -83,6 +84,7 @@ lgtm:
- falcosecurity/kilt
- falcosecurity/libs
- falcosecurity/pdig
- falcosecurity/plugin-sdk-go
- falcosecurity/template-repository
- falcosecurity/test-infra
review_acts_as_lgtm: true
Expand Down Expand Up @@ -255,6 +257,14 @@ require_matching_label:
missing_comment: |
There is not a label identifying the kind of this issue.
Please specify it either using `/kind <group>` or manually from the side menu.
- missing_label: needs-kind
org: falcosecurity
repo: plugin-sdk-go
prs: true
regexp: ^kind/
missing_comment: |
There is not a label identifying the kind of this PR.
Please specify it either using `/kind <group>` or manually from the side menu.
- missing_label: needs-kind
org: falcosecurity
repo: libs
Expand Down Expand Up @@ -780,6 +790,30 @@ plugins:
- verify-owners
- welcome
- wip
falcosecurity/plugin-sdk-go:
plugins:
- approve
- assign
- blunderbuss
- branchcleaner
- cat
- dco
- dog
- goose
- help
- hold
- label
- lifecycle
- lgtm
- mergecommitblocker
- release-note
- require-matching-label
- retitle
- size
- trigger
- verify-owners
- welcome
- wip
falcosecurity/template-repository:
plugins:
- approve
Expand Down Expand Up @@ -917,6 +951,10 @@ external_plugins:
- name: needs-rebase
events:
- pull_request
falcosecurity/plugin-sdk-go:
- name: needs-rebase
events:
- pull_request
falcosecurity/template-repository:
- name: needs-rebase
events:
Expand Down

0 comments on commit 67df36a

Please sign in to comment.