Skip to content

Commit

Permalink
Merge pull request #44 from dappnode/tropicar/fix-codeowner-file-loca…
Browse files Browse the repository at this point in the history
…tion

Move codeowner file to the right location
  • Loading branch information
dapplion authored Aug 23, 2021
2 parents 1e45389 + 03c24e9 commit 402eff1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CODEOWNERS → .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# These owners will be the default owners for everything in the repo. Unless a later match takes precedence,
# They will be requested for review when someone opens a pull request.
* @dapplion @eduadiez @pablomendezroyo
* @dapplion @eduadiez @pablomendezroyo @tropicar

# Order is important; the last matching pattern takes the most precedence. When someone opens a pull request that only
# modifies md files, only md owners and not the global owner(s) will be requested for a review.
*.md @Pol-Lanski @dapplion @eduadiez @pablomendezroyo
*.md @Pol-Lanski @dapplion @eduadiez @pablomendezroyo @tropicar

0 comments on commit 402eff1

Please sign in to comment.