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-actions #1695

Merged
merged 1 commit into from
Nov 20, 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 @@ -224,6 +224,10 @@ branch-protection:
required_status_checks:
contexts:
- "test"
falco-actions:
branches:
main:
protect: true
falco-playground:
branches:
main:
Expand Down Expand Up @@ -437,6 +441,7 @@ tide:
falcosecurity/falco-aws-terraform: rebase
falcosecurity/falco-exporter: rebase
falcosecurity/falcoctl: rebase
falcosecurity/falco-actions: rebase
falcosecurity/falco-playground: rebase
falcosecurity/falco-talon: rebase
falcosecurity/falco-website: rebase
Expand Down Expand Up @@ -729,6 +734,20 @@ tide:
- do-not-merge/release-note-label-needed
- needs-rebase
reviewApprovedRequired: true
- repos:
- falcosecurity/falco-actions
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/falco-aws-terraform
labels:
Expand Down
21 changes: 21 additions & 0 deletions config/org.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,14 @@ orgs:
has_projects: true
has_wiki: false
homepage: https://falco.org
falco-actions:
allow_merge_commit: false
allow_rebase_merge: true
allow_squash_merge: false
default_branch: main
description: Run Falco in a GitHub Actions to detect suspicious behavior in your CI/CD
has_projects: true
has_wiki: false
falco-aws-terraform:
allow_merge_commit: false
allow_rebase_merge: true
Expand Down Expand Up @@ -551,6 +559,17 @@ orgs:
privacy: closed
repos:
evolution: maintain
falco-actions-maintainers:
description: maintainers of falcosecurity/falco-actions
maintainers:
- darryk10
- loresuso
- leogr
- cpanato
members: []
privacy: closed
repos:
falco-actions: maintain
falco-aws-terraform-maintainers:
description: maintainers of falcosecurity/falco-aws-terraform
maintainers:
Expand Down Expand Up @@ -765,6 +784,7 @@ orgs:
event-generator: admin
evolution: admin
falco: admin
falco-actions: admin
falco-aws-terraform: admin
falco-exporter: admin
falco-website: admin
Expand All @@ -784,6 +804,7 @@ orgs:
pigeon: admin
plugin-sdk-cpp: admin
plugin-sdk-go: admin
plugin-sdk-rs: admin
plugins: admin
syscalls-bumper: admin
test-infra: admin
Expand Down
37 changes: 37 additions & 0 deletions config/plugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ approve:
- falcosecurity/ebpf-probe
- falcosecurity/event-generator
- falcosecurity/evolution
- falcosecurity/falco-actions
- falcosecurity/falco-aws-terraform
- falcosecurity/falco-exporter
- falcosecurity/falco-website
Expand Down Expand Up @@ -104,6 +105,7 @@ lgtm:
- falcosecurity/falcoctl
- falcosecurity/falcosidekick
- falcosecurity/falcosidekick-ui
- falcosecurity/falco-actions
- falcosecurity/falco-aws-terraform
- falcosecurity/falco-exporter
- falcosecurity/falco-website
Expand Down Expand Up @@ -448,6 +450,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: falco-actions
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 @@ -853,6 +863,29 @@ plugins:
- verify-owners
- welcome
- wip
falcosecurity/falco-actions:
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-aws-terraform:
plugins:
- approve
Expand Down Expand Up @@ -1494,6 +1527,10 @@ external_plugins:
- name: needs-rebase
events:
- pull_request
falcosecurity/falco-actions:
- name: needs-rebase
events:
- pull_request
falcosecurity/falco-aws-terraform:
- name: needs-rebase
events:
Expand Down
Loading