Skip to content

Commit

Permalink
new(config): add falcosecurity/elftoolchain repo
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Guerra <luca@guerra.sh>
  • Loading branch information
LucaGuerra authored and poiana committed Jan 7, 2025
1 parent ef1e8cb commit bbdbf01
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 0 deletions.
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

0 comments on commit bbdbf01

Please sign in to comment.