Skip to content

Commit 5fe33c9

Browse files
authored
fix: mongocli dependabot PR ticket creation (#3250)
1 parent 9a146ba commit 5fe33c9

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed

.github/CODEOWNERS

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
1-
# Maintained by the MongoDB CLI team
2-
* @mongodb/apix-2
3-
41
# Docs maintained by Docs Cloud Team
52
/docs/ @mongodb/docs-cloud-team

.github/dependabot.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ updates:
66
interval: weekly
77
day: tuesday
88
open-pull-requests-limit: 20
9-
reviewers:
10-
- "mongodb/mongocli"
119
groups:
1210
golang:
1311
patterns:
@@ -32,8 +30,6 @@ updates:
3230
schedule:
3331
interval: weekly
3432
day: tuesday
35-
reviewers:
36-
- "mongodb/mongocli"
3733
groups:
3834
docker:
3935
patterns:

.github/workflows/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"id": "12"
4343
},
4444
"customfield_12751": [{
45-
"id": 27065"
45+
"id": "27065"
4646
}],
4747
"description": "This ticket tracks the following GitHub pull request: '"${PR_URL}"'.",
4848
"components": [

0 commit comments

Comments
 (0)