Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
5ecb8169
Unverified
Commit
5ecb8169
authored
Nov 29, 2022
by
Matthew Slipper
Committed by
GitHub
Nov 29, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: Add CODEOWNERS, reduce required reviewers to 1 (#4100)
parent
66f7de23
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
46 additions
and
67 deletions
+46
-67
CODEOWNERS
.github/CODEOWNERS
+45
-0
label-requires-reviews.yml
.github/label-requires-reviews.yml
+0
-3
labeler.yml
.github/labeler.yml
+0
-47
mergify.yml
.github/mergify.yml
+1
-1
label-requires-reviews.yml
.github/workflows/label-requires-reviews.yml
+0
-16
No files found.
.github/CODEOWNERS
0 → 100644
View file @
5ecb8169
# Legacy codebases
/batch-submitter @mslipper @tynes
/bss-core @mslipper @tynes
/gas-oracle @tynes @smartcontracts
/integration-tests @mslipper @tynes
/l2geth @tynes @smartcontracts
/l2geth-exporter @tynes @smartcontracts
/packages/actor-tests @mslipper
/packages/common-ts @tynes @smartcontracts
/packages/contracts @tynes @smartcontracts @maurelian
/packages/contracts-bedrock @tynes @smartcontracts @maurelian
/packages/contracts-governance @tynes @smartcontracts @maurelian
/packages/contracts-periphery @tynes @smartcontracts @maurelian
/packages/core-utils @tynes @smartcontracts
/packages/data-transport-layer @tynes @smartcontracts
/packages/drippie-mon @smartcontracts
/packages/fault-detector @tynes @smartcontracts
/packages/hardhat-deploy-config @tynes @smartcontracts @maurelian
/packages/message-relayer @tynes @smartcontracts
/packages/migration-data @tynes @smartcontracts @mslipper
/packages/replica-healthcheck @tynes @smartcontracts @mslipper
/packages/sdk @smartcontracts @roninjin10 @nickbalestra
# Bedrock codebases
/bedrock-devnet @mslipper
/op-batcher @protolambda @trianglesphere
/op-chain-ops @protolambda @trianglesphere @tynes @mslipper
/op-e2e @protolambda @trianglesphere @tynes @mslipper
/op-node @protolambda @trianglesphere
/op-proposer @protolambda @trianglesphere
/op-service @protolambda @trianglesphere @mslipper
# Ops
/.changeset @mslipper @zhwrd
/.circleci @mslipper @zhwrd
/.github @mslipper @zhwrd
/ops @mslipper @zhwrd
/ops-bedrock @mslipper @zhwrd
# Misc
/proxyd @mslipper @Inphi @tynes
/indexer @mslipper @nickbalestra @roninjin10
/infra @mslipper @zhwrd
/specs @norswap @trianglesphere @tynes
/endpoint-monitor @zhwrd
.github/label-requires-reviews.yml
deleted
100644 → 0
View file @
66f7de23
---
-
label
:
2-reviewers
reviews
:
2
.github/labeler.yml
View file @
5ecb8169
---
---
2-reviewers
:
-
'
.github/**/*'
-
'
l2geth/**/*'
-
'
ops/**/*'
-
'
packages/batch-submitter/**/*'
-
'
packages/contracts/**/*'
-
'
packages/contracts-periphery/**/*'
-
'
packages/contracts-bedrock/**/*'
-
'
packages/data-transport-layer/**/*'
-
'
packages/drippie-mon/**/*'
-
'
packages/message-relayer/**/*'
-
'
packages/fault-detector/**/*'
-
'
patches/**/*'
M-ci
:
-
any
:
[
'
.github/**/*'
,
'
.circleci/**/*'
]
M-l2geth
:
-
any
:
[
'
l2geth/**/*'
]
M-integration
:
-
any
:
[
'
integration-tests/**/*'
]
M-batch-submitter
:
-
any
:
[
'
packages/batch-submitter/**/*'
]
M-contracts
:
-
any
:
[
'
packages/contracts/**/*'
]
M-contracts-periphery
:
-
any
:
[
'
packages/contracts-periphery/**/*'
]
M-contracts-bedrock
:
-
any
:
[
'
packages/contracts-bedrock/**/*'
]
M-core-utils
:
-
any
:
[
'
packages/core-utils/**/*'
]
M-dtl
:
-
any
:
[
'
packages/data-transport-layer/**/*'
]
M-sdk
:
-
any
:
[
'
packages/sdk/**/*'
]
M-ops
:
-
any
:
[
'
ops/**/*'
]
C-Protocol-Critical
:
C-Protocol-Critical
:
-
'
packages/data-transport-layer/**/*.ts'
-
'
packages/data-transport-layer/**/*.ts'
-
'
packages/contracts/**/*.sol'
-
'
packages/contracts/**/*.sol'
...
...
.github/mergify.yml
View file @
5ecb8169
...
@@ -8,7 +8,7 @@ pull_request_rules:
...
@@ -8,7 +8,7 @@ pull_request_rules:
conditions
:
conditions
:
-
and
:
-
and
:
-
"
#review-threads-unresolved=0"
-
"
#review-threads-unresolved=0"
-
"
#approved-reviews-by>=
2
"
-
"
#approved-reviews-by>=
1
"
-
"
#changes-requested-reviews-by=0"
-
"
#changes-requested-reviews-by=0"
-
"
label!=do-not-merge"
-
"
label!=do-not-merge"
-
"
label!=mergify-ignore"
-
"
label!=mergify-ignore"
...
...
.github/workflows/label-requires-reviews.yml
deleted
100644 → 0
View file @
66f7de23
name
:
Label Reviews
on
:
pull_request_review
:
jobs
:
require-reviewers
:
runs-on
:
ubuntu-18.04
steps
:
-
uses
:
actions/checkout@v2
with
:
ref
:
develop
-
name
:
Require-reviewers
uses
:
travelperk/label-requires-reviews-action@v0.1
env
:
GITHUB_TOKEN
:
${{ secrets.GITHUB_TOKEN }}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment