Skip to content

Commit

Permalink
Fix auto-merge permissions and introduce code-owners
Browse files Browse the repository at this point in the history
This commit adds the required codeowners and changes needed
for auto-merge.

Signed-off-by: Pragadeeswaran Sathyanarayanan <[email protected]>
  • Loading branch information
psathyan committed Jan 8, 2025
1 parent f7fdb54 commit ee12dc4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# The default owners
* @red-hat-storage/ceph-qe-ci

# for RGW
rgw/ @mkasturi18 @ckulal @TejasC88

# for rbd
rbd/ @Manohar-Murthy @HaruChebrolu

2 changes: 1 addition & 1 deletion .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pull_request_rules:
- label!=DNM
- label!=work-in-progress
- base=master
- "approved-reviews-by=@red-hat-storage/cephci-top-level-reviewers"
- branch-protection-review-decision=approved
- check-success=tox (3.7)
actions:
merge:
Expand Down

0 comments on commit ee12dc4

Please sign in to comment.