Skip to content

Commit

Permalink
Update codeowners (#625)
Browse files Browse the repository at this point in the history
* own covalent_ui/app.py by AQ managers

* updating codeowners to establish engineering & psiog ownership

* changelog update

Co-authored-by: Scott Wyman Neagle <[email protected]>
  • Loading branch information
venkatBala and Scott Wyman Neagle authored Jun 9, 2022
1 parent 32cd62d commit 8889f44
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,13 @@

# CODEOWNERS

# Modifying these requires additional approval
# By default code is owned by the Agnostiq engineering team.
* @AgnostiqHQ/aq-engineers

# Covalent UI is owned by collaborators from Psiog.
/covalent_ui/ @mshkanth @Prasy12

# Modifying these requires additional approval.
Dockerfile @AgnostiqHQ/aq-managers
.github/** @AgnostiqHQ/aq-managers
LICENSE @AgnostiqHQ/aq-managers
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
patch=true
fi
if [[ $line = *"### Tests"* ]] ||
[[ $line = *"### Operations"* ]] ||
[[ $line = *"### Docs"* ]] ; then
noupdate=true
fi
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [UNRELEASED]

### Operations

- Updating codeowners to establish engineering & psiog ownership

### Docs

- Added new tutorial: Training quantum embedding kernels for classification.
Expand Down

0 comments on commit 8889f44

Please sign in to comment.