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

chore: minor config improvements #1754

Merged
merged 3 commits into from
Jan 28, 2025
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
1 change: 1 addition & 0 deletions config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1073,6 +1073,7 @@ tide:
- do-not-merge/invalid-owners-file
- do-not-merge/work-in-progress
- needs-rebase
reviewApprovedRequired: true
- repos:
- falcosecurity/syscalls-bumper
labels:
Expand Down
11 changes: 5 additions & 6 deletions config/org.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -752,11 +752,11 @@ orgs:
description: maintainers of falcosecurity/kernel-crawler
maintainers:
- leogr
members:
- FedeDP
- maxgio92
- zuc
- EXONER4TED
members: []
privacy: closed
repos:
kernel-crawler: maintain
Expand Down Expand Up @@ -818,8 +818,6 @@ orgs:
.github: admin
charts: admin
client-go: admin
client-py: admin
client-rs: admin
cncf-green-review-testing: admin
community: admin
contrib: admin
Expand All @@ -833,25 +831,26 @@ orgs:
falco-actions: admin
falco-aws-terraform: admin
falco-exporter: admin
falco-playground: admin
falco-rustlings: admin
falco-talon: admin
falco-website: admin
falcoctl: admin
falco-playground: admin
falcosidekick: admin
falcosidekick-ui: admin
flycheck-falco-rules: admin
k8s-metacollector: admin
kernel-crawler: admin
kernel-testing: admin
kilt: admin
libs: admin
libs-sdk-go: admin
pdig: admin
peribolos-syncer: admin
pigeon: admin
plugin-sdk-cpp: admin
plugin-sdk-go: admin
plugin-sdk-rs: admin
plugins: admin
rules: admin
syscalls-bumper: admin
test-infra: admin
testing: admin
Expand Down
17 changes: 9 additions & 8 deletions config/plugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -329,14 +329,6 @@ 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: kernel-crawler
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.
- missing_label: needs-kind
org: falcosecurity
repo: kilt
Expand Down Expand Up @@ -433,6 +425,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: kernel-crawler
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.
- missing_label: needs-kind
org: falcosecurity
repo: kernel-testing
Expand Down Expand Up @@ -1147,6 +1147,7 @@ plugins:
- label
- lifecycle
- lgtm
- mergecommitblocker
- require-matching-label
- retitle
- size
Expand Down
Loading