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
458995e8
Unverified
Commit
458995e8
authored
Mar 31, 2022
by
Mark Tyneway
Committed by
GitHub
Mar 31, 2022
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2383 from mslipper/feat/mergify
ci: Add Mergify
parents
675900c2
45b1b2de
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
69 additions
and
22 deletions
+69
-22
CODEOWNERS
.github/CODEOWNERS
+0
-21
labeler.yml
.github/labeler.yml
+7
-1
mergify.yml
.github/mergify.yml
+62
-0
No files found.
.github/CODEOWNERS
deleted
100644 → 0
View file @
675900c2
go/bss-core @cfromknecht @tynes
go/batch-submitter @cfromknecht @tynes
go/gas-oracle @tynes
go/l2geth-exporter @optimisticben @mslipper
go/op-exporter @optimisticben @mslipper
go/proxyd @mslipper @inphi
go/teleportr @mslipper @cfromknecht
integration-tests/ @tynes @mslipper
packages/core-utils @smartcontracts @tynes
packages/common-ts/ @smartcontracts
packages/message-relayer/ @smartcontracts
packages/data-transport-layer/ @tynes @smartcontracts
packages/replica-healthcheck @optimisticben @tynes
packages/sdk @smartcontracts @mslipper
packages/contracts @elenadimitrova @maurelian @smartcontracts
l2geth @tynes @cfromknecht @smartcontracts
ops @tynes @optimisticben @mslipper
.github/labeler.yml
View file @
458995e8
...
...
@@ -10,7 +10,7 @@
-
'
patches/**/*'
M-ci
:
-
any
:
[
'
.github/**/*'
]
-
any
:
[
'
.github/**/*'
,
'
.circleci/**/*'
]
M-l2geth
:
-
any
:
[
'
l2geth/**/*'
]
...
...
@@ -35,3 +35,9 @@ M-sdk:
M-ops
:
-
any
:
[
'
ops/**/*'
]
C-Protocol-Critical
:
-
any
:
-
'
packages/data-transport-layer/**/*.ts'
-
'
packages/contracts/**/*.sol'
-
'
pakages/l2geth/**/*.go'
\ No newline at end of file
.github/mergify.yml
0 → 100644
View file @
458995e8
pull_request_rules
:
-
name
:
Automatic merge on approval
conditions
:
-
or
:
-
and
:
-
"
label!=SR-Risk"
-
"
label!=C-Protocol-Critical"
-
"
#approved-reviews-by>=2"
-
and
:
-
"
label=SR-Risk"
-
"
#approved-reviews-by>=2"
-
"
approved-reviews-by=maurelian"
-
and
:
-
"
label=C-Protocol-Critical"
-
"
#approved-reviews-by>=2"
-
or
:
-
"
approved-reviews-by=tynes"
-
"
approved-reviews-by=smartcontracts"
actions
:
merge
:
method
:
squash
-
name
:
Handle security critical PRs
conditions
:
-
"
label=SR-Risk"
actions
:
request_reviews
:
users
:
-
"
maurelian"
comment
:
message
:
|
Hey there @{{author}}! You flagged this PR as security critical. To make review easier, please add a comment describing
1. The risks present in this PR.
2. The mitigations you have added to try and reduce those risks.
-
name
:
Request reviewers
conditions
:
-
-closed
actions
:
request_reviews
:
users
:
-
cfromknecht
-
tynes
-
mslipper
-
inphi
-
tuxcanfly
-
smartcontracts
random_count
:
2
-
name
:
Request protocol critical reviewers
conditions
:
-
label=C-Protocol-Critical
actions
:
request_reviews
:
users
:
-
tynes
-
smartcontracts
random_count
:
1
-
name
:
Ask to resolve conflict
conditions
:
-
conflict
actions
:
comment
:
message
:
Hey @{{author}}! This PR has merge conflicts. Please fix them before continuing review.
\ No newline at end of file
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