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

new(config): add falcosecurity/elftoolchain repo #1733

Merged
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
18 changes: 18 additions & 0 deletions config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,10 @@ branch-protection:
branches:
master:
protect: true
elftoolchain:
branches:
main:
protect: true
evolution:
branches:
main:
Expand Down Expand Up @@ -446,6 +450,7 @@ tide:
falcosecurity/dbg-go: rebase
falcosecurity/deploy-kubernetes: rebase
falcosecurity/driverkit: rebase
falcosecurity/elftoolchain: rebase
falcosecurity/evolution: rebase
falcosecurity/event-generator: rebase
falcosecurity/falco: rebase
Expand Down Expand Up @@ -666,6 +671,19 @@ tide:
- do-not-merge/work-in-progress
- needs-rebase
reviewApprovedRequired: true
- repos:
- falcosecurity/elftoolchain
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
- needs-rebase
reviewApprovedRequired: true
- repos:
- falcosecurity/evolution
labels:
Expand Down
24 changes: 24 additions & 0 deletions config/org.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,12 @@ orgs:
archived: true
description: eBPF probe for syscall events
has_projects: true
elftoolchain:
allow_merge_commit: false
allow_rebase_merge: true
allow_squash_merge: false
description: "Local version of https://sourceforge.net/projects/elftoolchain/"
has_projects: true
event-generator:
allow_merge_commit: false
allow_rebase_merge: true
Expand Down Expand Up @@ -539,6 +545,23 @@ orgs:
privacy: closed
repos:
driverkit: maintain
elftoolchain-maintainers:
description: maintainers of falcosecurity/elftoolchain
maintainers:
- leogr
- mstemm
- jasondellaluce
members:
- gnosek
- FedeDP
- Molter73
- LucaGuerra
- Andreagit97
- hbrueckner
- incertum
privacy: closed
repos:
elftoolchain: maintain
event-generator-maintainers:
description: maintainers of falcosecurity/event-generator
maintainers:
Expand Down Expand Up @@ -781,6 +804,7 @@ orgs:
dbg-go: admin
deploy-kubernetes: admin
driverkit: admin
elftoolchain: admin
event-generator: admin
evolution: admin
falco: admin
Expand Down
29 changes: 29 additions & 0 deletions config/plugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ approve:
- falcosecurity/deploy-kubernetes
- falcosecurity/driverkit
- falcosecurity/ebpf-probe
- falcosecurity/elftoolchain
- falcosecurity/event-generator
- falcosecurity/evolution
- falcosecurity/falco-actions
Expand Down Expand Up @@ -100,6 +101,7 @@ lgtm:
- falcosecurity/dbg-go
- falcosecurity/deploy-kubernetes
- falcosecurity/driverkit
- falcosecurity/elftoolchain
- falcosecurity/event-generator
- falcosecurity/falco
- falcosecurity/falcoctl
Expand Down Expand Up @@ -767,6 +769,29 @@ plugins:
- verify-owners
- welcome
- wip
falcosecurity/elftoolchain:
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/event-generator:
plugins:
- approve
Expand Down Expand Up @@ -1507,6 +1532,10 @@ external_plugins:
- name: needs-rebase
events:
- pull_request
falcosecurity/elftoolchain:
- name: needs-rebase
events:
- pull_request
falcosecurity/evolution:
- name: needs-rebase
events:
Expand Down
Loading