1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 09:57:02 +01:00

Add snaps entries to CODEOWNERS (#18825)

* Add snaps entry to CODEOWNERS

* Add flask entry
This commit is contained in:
Frederik Bolding 2023-04-27 17:48:04 +02:00 committed by GitHub
parent f7e7ff96c0
commit d58b1f9aa7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

12
.github/CODEOWNERS vendored
View File

@ -1,20 +1,22 @@
# Lines starting with '#' are comments. # Lines starting with '#' are comments.
# Each line is a file pattern followed by one or more owners. # Each line is a file pattern followed by one or more owners.
# Owners bear a responsibility to the organization and the users of this # Owners bear a responsibility to the organization and the users of this
# application. Repository administrators have the ability to merge pull # application. Repository administrators have the ability to merge pull
# requests that have not yet received the requisite reviews as outlined # requests that have not yet received the requisite reviews as outlined
# in this file. Do not force merge any PR without confidence that it # in this file. Do not force merge any PR without confidence that it
# follows all policies or without full understanding of the impact of # follows all policies or without full understanding of the impact of
# those changes on build, release and publishing outcomes. # those changes on build, release and publishing outcomes.
* @MetaMask/extension-devs * @MetaMask/extension-devs
development/ @MetaMask/extension-devs @kumavis development/ @MetaMask/extension-devs @kumavis
lavamoat/ @MetaMask/supply-chain lavamoat/ @MetaMask/supply-chain
**/snaps/** @MetaMask/snaps-devs
**/flask/** @MetaMask/snaps-devs
# The .circleci/ folder instructs Circle CI on the process by which it # The .circleci/ folder instructs Circle CI on the process by which it
# should test, build and publish releases of our application. Due to the # should test, build and publish releases of our application. Due to the
# impact that changes to the files contained within this folder may have # impact that changes to the files contained within this folder may have
# on our releases, only those with the knowledge and responsibility to # on our releases, only those with the knowledge and responsibility to
# publish libraries under the MetaMask name may approve those changes. # publish libraries under the MetaMask name may approve those changes.
# Note to reviewers: We employ the use of CircleCI "Orbs", which are # Note to reviewers: We employ the use of CircleCI "Orbs", which are
# remotely hosted sections of CircleCI configuration and scripts, to # remotely hosted sections of CircleCI configuration and scripts, to