From b02401720485597dd14472a0e0a89351b08f1485 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edouard=20Choini=C3=A8re?= <27212526+echoix@users.noreply.github.com> Date: Sat, 14 Oct 2023 12:27:57 -0400 Subject: [PATCH] Add the other maintainers globally to the CODEOWNERS file (#3008) * Add the other maintainers globally to the CODEOWNERS file * Update CHANGELOG.md --- .github/CODEOWNERS | 21 +++++++++++++++++++-- CHANGELOG.md | 1 + 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 8740f8c82a9..e4b969171e0 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,7 +1,24 @@ +# This is a comment. +# Each line is a file pattern followed by one or more owners. + +# Docs about the CODEOWNERS file are found here: +# https://help.github.com/articles/about-codeowners/ + +# Order is important; the last matching pattern takes the most +# precedence. + ###################################################################### # These owners will be the default owners for everything in the repo # ###################################################################### -.github/workflows @nvuillam +# In the following rule, unless a later match takes precedence, one of +# the maintainers will be requested for review when someone opens a +# pull request. -* @nvuillam +# Global rule: +* @nvuillam @echoix @bdovaz @Kurt-von-Laven + + +# Workflow files can be part of branch protection rules, so they are +# sensitive and must be attentively reviewed. +.github/workflows @nvuillam diff --git a/CHANGELOG.md b/CHANGELOG.md index 802a4d118ca..a5dcb8df4bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,7 @@ Note: Can be used with `oxsecurity/megalinter@beta` in your GitHub Action mega-l - Improve lychee documentation to add an example of `.lycheeignore` - CI + - Add the other maintainers globally to the CODEOWNERS file ([#3008](https://github.com/oxsecurity/megalinter/pull/3008)) - Linter versions upgrades - [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 0.80.2 to **0.80.3** on 2023-09-24