Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# Maintained by the APIx team
* @mongodb/apix
* @mongodb/apix
/tools/cli/ @mongodb/apix-2
/tools/spectral/ipa/ @mongodb/apix1
Copy link
Member

@wtrocki wtrocki Jun 25, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want to postman to be shared between apix1 and apix2?

Copy link
Member

@wtrocki wtrocki Jun 25, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If yes then:

Suggested change
/tools/spectral/ipa/ @mongodb/apix1
/tools/spectral/ipa/ @mongodb/apix1
/tools/postman/ @mongodb/apix1

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah postman should be apix 1, I've added it to a follow-up 👍

6 changes: 0 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,17 @@ updates:
open-pull-requests-limit: 20
commit-message:
prefix: "chore"
reviewers:
- "mongodb/apix-2"
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: weekly
day: tuesday
commit-message:
prefix: "chore"
reviewers:
- "mongodb/apix-2"
- package-ecosystem: npm
directory: "/"
schedule:
interval: weekly
day: tuesday
commit-message:
prefix: "chore"
reviewers:
- "mongodb/APIx"