Skip to content

Commit

Permalink
Update CODEOWNERS (#6037)
Browse files Browse the repository at this point in the history
## Motivation

Update CODEOWNERS to include @acud
  • Loading branch information
fasmat committed Jun 12, 2024
1 parent 539e323 commit 7b09993
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# CODEOWNERS: https://help.github.com/articles/about-codeowners/
# Code owners
# For details see: https://help.github.com/articles/about-codeowners/

* @dshulyak @fasmat @poszu @ivan4th
# Default owners for the repository.
# Unless further specified all of those will be requested for review whenever someone opens a PR.
# These are also the only users who are allowed to `bors try` and `bors merge`.
* @dshulyak @fasmat @poszu @ivan4th @acud
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,12 @@ jobs:
with:
# this pattern matches using picomatch syntax (used by this third party Action), which is slightly
# different than GitHub syntax: it matches any file in any path ending in '.md'. this checks if
# any non-markdown files were changed.
# any non-markdown files were changed. Additionally changing the CODEOWNERS file should not trigger
# a full CI run.
filters: |
nondoc:
- '!**/*.md'
- '!.github/CODEOWNERS'
## stage 1: run unit tests and app tests as a prerequisite
## these run on all pushes to all pull requests, all branches
Expand Down

0 comments on commit 7b09993

Please sign in to comment.