Skip to content

Commit

Permalink
Add the other maintainers globally to the CODEOWNERS file (#3008)
Browse files Browse the repository at this point in the history
* Add the other maintainers globally to the CODEOWNERS file

* Update CHANGELOG.md
  • Loading branch information
echoix authored Oct 14, 2023
1 parent 3fe7163 commit b024017
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
21 changes: 19 additions & 2 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b024017

Please sign in to comment.