Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update(config): add falco-talon #1640

Merged
merged 1 commit into from
Oct 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,10 @@ branch-protection:
branches:
main:
protect: true
falco-talon:
branches:
main:
protect: true
falco-website:
branches:
master:
Expand Down Expand Up @@ -425,6 +429,7 @@ tide:
falcosecurity/falco-exporter: rebase
falcosecurity/falcoctl: rebase
falcosecurity/falco-playground: rebase
falcosecurity/falco-talon: rebase
falcosecurity/falco-website: rebase
falcosecurity/flycheck-falco-rules: rebase
falcosecurity/k8s-metacollector: rebase
Expand Down Expand Up @@ -768,6 +773,20 @@ tide:
- do-not-merge/release-note-label-needed
- needs-rebase
reviewApprovedRequired: true
- repos:
- falcosecurity/falco-talon
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/flycheck-falco-rules
labels:
Expand Down
19 changes: 18 additions & 1 deletion config/org.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,14 @@ orgs:
default_branch: main
description: Web-application used to validate Falco rules and test against scap file
has_projects: true
has_wiki: false
falco-talon:
allow_merge_commit: false
allow_rebase_merge: true
allow_squash_merge: false
default_branch: main
description: Response Engine for managing threats in your Kubernetes
has_projects: true
has_wiki: false
falcosidekick:
allow_merge_commit: false
Expand Down Expand Up @@ -614,7 +622,16 @@ orgs:
members: []
privacy: closed
repos:
falco-playground: maintain
falco-playground: maintain
falco-talon-maintainers:
description: maintainers of falcosecurity/falco-talon-maintainers
maintainers:
- Issif
- IgorEulalio
members: []
privacy: closed
repos:
falco-talon: maintain
falcosidekick-maintainers:
description: maintainers of falcosecurity/falcosidekick
maintainers:
Expand Down
71 changes: 54 additions & 17 deletions config/plugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ approve:
- falcosecurity/falco-website
- falcosecurity/falcoctl
- falcosecurity/falco-playground
- falcosecurity/falco-talon
- falcosecurity/falcosidekick
- falcosecurity/falcosidekick-ui
- falcosecurity/flycheck-falco-rules
Expand Down Expand Up @@ -106,6 +107,7 @@ lgtm:
- falcosecurity/falco-exporter
- falcosecurity/falco-website
- falcosecurity/falco-playground
- falcosecurity/falco-talon
- falcosecurity/flycheck-falco-rules
- falcosecurity/kernel-crawler
- falcosecurity/kernel-testing
Expand Down Expand Up @@ -185,7 +187,7 @@ require_matching_label:
regexp: ^kind/
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.
Please specify it either using `/kind <group>` or manually from the side menu.
- missing_label: needs-kind
org: falcosecurity
repo: community
Expand All @@ -211,7 +213,7 @@ require_matching_label:
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.
Please specify it either using `/kind <group>` or manually from the side menu.
- missing_label: needs-kind
org: falcosecurity
repo: deploy-kubernetes
Expand Down Expand Up @@ -315,7 +317,7 @@ require_matching_label:
regexp: ^kind/
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.
Please specify it either using `/kind <group>` or manually from the side menu.
- missing_label: needs-kind
org: falcosecurity
repo: kernel-crawler
Expand Down Expand Up @@ -403,7 +405,7 @@ require_matching_label:
regexp: ^kind/
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.
Please specify it either using `/kind <group>` or manually from the side menu.
- missing_label: needs-kind
org: falcosecurity
repo: testing
Expand All @@ -419,15 +421,23 @@ require_matching_label:
regexp: ^kind/
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.
Please specify it either using `/kind <group>` or manually from the side menu.
- missing_label: needs-kind
org: falcosecurity
repo: falco-playground
issues: true
regexp: ^kind/
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.
Please specify it either using `/kind <group>` or manually from the side menu.
- missing_label: needs-kind
org: falcosecurity
repo: falco-talon
issues: true
regexp: ^kind/
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.

retitle:
allow_closed_issues: true
Expand Down Expand Up @@ -602,7 +612,7 @@ plugins:
- trigger
- verify-owners
- welcome
- wip
- wip
falcosecurity/community:
plugins:
- approve
Expand Down Expand Up @@ -691,7 +701,7 @@ plugins:
- trigger
- verify-owners
- welcome
- wip
- wip
falcosecurity/deploy-kubernetes:
plugins:
- approve
Expand Down Expand Up @@ -925,7 +935,30 @@ plugins:
- trigger
- verify-owners
- welcome
- wip
- wip
falcosecurity/falco-talon:
plugins:
- approve
- assign
- blunderbuss
- branchcleaner
- cat
- dco
- dog
- golint
- goose
- help
- hold
- label
- lifecycle
- lgtm
- require-matching-label
- retitle
- size
- trigger
- verify-owners
- welcome
- wip
falcosecurity/falco-website:
plugins:
- approve
Expand Down Expand Up @@ -994,7 +1027,7 @@ plugins:
- trigger
- verify-owners
- welcome
- wip
- wip
falcosecurity/kernel-crawler:
plugins:
- approve
Expand Down Expand Up @@ -1039,7 +1072,7 @@ plugins:
- trigger
- verify-owners
- welcome
- wip
- wip
falcosecurity/kilt:
plugins:
- approve
Expand Down Expand Up @@ -1293,7 +1326,7 @@ plugins:
- trigger
- verify-owners
- welcome
- wip
- wip
falcosecurity/template-repository:
plugins:
- approve
Expand Down Expand Up @@ -1386,7 +1419,7 @@ external_plugins:
falcosecurity/cncf-green-review-testing:
- name: needs-rebase
events:
- pull_request
- pull_request
falcosecurity/community:
- name: needs-rebase
events:
Expand All @@ -1398,7 +1431,7 @@ external_plugins:
falcosecurity/dbg-go:
- name: needs-rebase
events:
- pull_request
- pull_request
falcosecurity/deploy-kubernetes:
- name: needs-rebase
events:
Expand Down Expand Up @@ -1442,7 +1475,11 @@ external_plugins:
falcosecurity/falco-playground:
- name: needs-rebase
events:
- pull_request
- pull_request
falcosecurity/falco-talon:
- name: needs-rebase
events:
- pull_request
falcosecurity/falco-website:
- name: needs-rebase
events:
Expand All @@ -1462,7 +1499,7 @@ external_plugins:
falcosecurity/kernel-testing:
- name: needs-rebase
events:
- pull_request
- pull_request
falcosecurity/kilt:
- name: needs-rebase
events:
Expand Down Expand Up @@ -1506,7 +1543,7 @@ external_plugins:
falcosecurity/syscalls-bumper:
- name: needs-rebase
events:
- pull_request
- pull_request
falcosecurity/template-repository:
- name: needs-rebase
events:
Expand Down
Loading