Skip to content
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
11 changes: 11 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Every path needs a review from the maintainer before it can merge.
#
# Branch protection on the default branch requires one approving review
# *and* a code owner's review (set by infra's open-repo-access.sh). Without
# this file the code-owner rule is vacuous, and any collaborator with Write
# access could approve another contributor's PR on the maintainer's behalf.
# With it, "one approval" means the maintainer's.
#
# Maintainers are listed in kaappi/community's MAINTAINERS.md; keep this
# file in step with it.
* @baijum
12 changes: 12 additions & 0 deletions .github/dco.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Config for the DCO2 GitHub App (https://github.com/cncf/dco2).
# Backwards compatible with the original dcoapp/app format.

# Allow a contributor to retroactively sign off commits that failed the
# check, without rewriting history (adds a remediation commit instead).
allowRemediationCommits:
individual: true
thirdParty: false

# Show the "Set DCO to pass" override button to maintainers on the check
# details page, for edge cases (e.g. a bot-authored commit).
allowOverrideAction: true
Loading