diff --git a/config/config.yaml b/config/config.yaml index acbb112645..a107b2212a 100644 --- a/config/config.yaml +++ b/config/config.yaml @@ -227,6 +227,10 @@ branch-protection: branches: main: protect: true + falco-talon: + branches: + main: + protect: true falco-website: branches: master: @@ -429,6 +433,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 @@ -772,6 +777,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: diff --git a/config/org.yaml b/config/org.yaml index 07cbe3cdfe..cddc9eae6b 100644 --- a/config/org.yaml +++ b/config/org.yaml @@ -217,6 +217,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 @@ -615,7 +623,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: diff --git a/config/plugins.yaml b/config/plugins.yaml index a22b1804bd..5a03f50cf6 100644 --- a/config/plugins.yaml +++ b/config/plugins.yaml @@ -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 @@ -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 @@ -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 ` or manually from the side menu. + Please specify it either using `/kind ` or manually from the side menu. - missing_label: needs-kind org: falcosecurity repo: community @@ -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 ` or manually from the side menu. + Please specify it either using `/kind ` or manually from the side menu. - missing_label: needs-kind org: falcosecurity repo: deploy-kubernetes @@ -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 ` or manually from the side menu. + Please specify it either using `/kind ` or manually from the side menu. - missing_label: needs-kind org: falcosecurity repo: kernel-crawler @@ -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 ` or manually from the side menu. + Please specify it either using `/kind ` or manually from the side menu. - missing_label: needs-kind org: falcosecurity repo: testing @@ -419,7 +421,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 ` or manually from the side menu. + Please specify it either using `/kind ` or manually from the side menu. - missing_label: needs-kind org: falcosecurity repo: falco-playground @@ -427,7 +429,15 @@ require_matching_label: regexp: ^kind/ missing_comment: | There is not a label identifying the kind of this issue. - Please specify it either using `/kind ` or manually from the side menu. + Please specify it either using `/kind ` 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 ` or manually from the side menu. retitle: allow_closed_issues: true @@ -602,7 +612,7 @@ plugins: - trigger - verify-owners - welcome - - wip + - wip falcosecurity/community: plugins: - approve @@ -691,7 +701,7 @@ plugins: - trigger - verify-owners - welcome - - wip + - wip falcosecurity/deploy-kubernetes: plugins: - approve @@ -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 @@ -994,7 +1027,7 @@ plugins: - trigger - verify-owners - welcome - - wip + - wip falcosecurity/kernel-crawler: plugins: - approve @@ -1039,7 +1072,7 @@ plugins: - trigger - verify-owners - welcome - - wip + - wip falcosecurity/kilt: plugins: - approve @@ -1293,7 +1326,7 @@ plugins: - trigger - verify-owners - welcome - - wip + - wip falcosecurity/template-repository: plugins: - approve @@ -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: @@ -1398,7 +1431,7 @@ external_plugins: falcosecurity/dbg-go: - name: needs-rebase events: - - pull_request + - pull_request falcosecurity/deploy-kubernetes: - name: needs-rebase events: @@ -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: @@ -1462,7 +1499,7 @@ external_plugins: falcosecurity/kernel-testing: - name: needs-rebase events: - - pull_request + - pull_request falcosecurity/kilt: - name: needs-rebase events: @@ -1506,7 +1543,7 @@ external_plugins: falcosecurity/syscalls-bumper: - name: needs-rebase events: - - pull_request + - pull_request falcosecurity/template-repository: - name: needs-rebase events: