Skip to content

Commit 8b10a64

Browse files
authored
Change oncall team name (NVIDIA#2861)
1 parent 8d6c604 commit 8b10a64

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ assignees: ''
99

1010
**Describe the bug**
1111

12-
A clear and concise description of what the bug is. Tag the [@megatron-oncall](https://github.com/orgs/NVIDIA/teams/megatron-oncall)
12+
A clear and concise description of what the bug is. Tag the [@mcore-oncall](https://github.com/orgs/NVIDIA/teams/mcore-oncall)
1313
to get oncall's attention to this issue.
1414

1515
**Steps/Code to reproduce bug**

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ assignees: ''
1010
**Is your feature request related to a problem? Please describe.**
1111
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
1212

13-
Tag the [@megatron-oncall](https://github.com/orgs/NVIDIA/teams/megatron-oncall)
13+
Tag the [@mcore-oncall](https://github.com/orgs/NVIDIA/teams/mcore-oncall)
1414
to get oncall's attention to this issue.
1515

1616
**Describe the solution you'd like**

.github/ISSUE_TEMPLATE/question.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ assignees: ''
99
---
1010

1111
**Your question**
12-
Ask a clear and concise question about Megatron-LM. Tag the [@megatron-oncall](https://github.com/orgs/NVIDIA/teams/megatron-oncall)
12+
Ask a clear and concise question about Megatron-LM. Tag the [@mcore-oncall](https://github.com/orgs/NVIDIA/teams/mcore-oncall)
1313
to get oncall's attention to this issue.

.github/ISSUE_TEMPLATE/regression.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ assignees: ''
88
---
99

1010
**Describe the regression**
11-
A clear and concise description of what the regression is. Tag the [@megatron-oncall](https://github.com/orgs/NVIDIA/teams/megatron-oncall)
11+
A clear and concise description of what the regression is. Tag the [@mcore-oncall](https://github.com/orgs/NVIDIA/teams/mcore-oncall)
1212
to get oncall's attention to this issue.
1313

1414
**To Reproduce**

.github/pull_request_template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# What does this PR do ?
22
<!-- Add a one line overview of what this PR aims to accomplish. -->
33

4-
:warning: For major changes (either in lines of code or in its impact), please make sure to first share a design doc with the team. If you're unsure what's the best way to do so, contact the @megatron-oncall.
4+
:warning: For major changes (either in lines of code or in its impact), please make sure to first share a design doc with the team. If you're unsure what's the best way to do so, contact the @mcore-oncall.
55

66
## Contribution process
77

@@ -31,7 +31,7 @@ The following process is enforced via the CODEOWNERS file for changes into `mega
3131
<details>
3232
<summary>For MRs into `main` branch</summary>
3333

34-
Feel free to message or comment the @megatron-oncall to help accelerate your merge into main. The less complex your PR is, the faster it will be approved and merged!
34+
Feel free to message or comment the @mcore-oncall to help accelerate your merge into main. The less complex your PR is, the faster it will be approved and merged!
3535

3636
#### (Step 1): Add PR label `Expert Review`
3737

.github/scripts/oncall_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
GITHUB_API_URL = "https://api.github.com"
2424
SCHEDULE_FILE = ".github/oncall_schedule.json"
2525
ROTATION_TEAM_SLUG = "mcore-oncall-rotation"
26-
ACTIVE_ONCALL_TEAM_SLUG = "megatron-oncall"
26+
ACTIVE_ONCALL_TEAM_SLUG = "mcore-oncall"
2727
TARGET_WEEKS = 12
2828

2929
def get_headers():

docs/developer/contribute.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ You should receive a response within 2 business days.
4646

4747
### I need help, who should I ping?
4848

49-
Use [@megatron-oncall](https://github.com/orgs/NVIDIA/teams/megatron-oncall).
49+
Use [@mcore-oncall](https://github.com/orgs/NVIDIA/teams/mcore-oncall).
5050

5151
### If my issue or PR isn't getting attention, what should I do?
5252

53-
After 2 business days, tag the user [@megatron-oncall](https://github.com/orgs/NVIDIA/teams/megatron-oncall).
53+
After 2 business days, tag the user [@mcore-oncall](https://github.com/orgs/NVIDIA/teams/mcore-oncall).
5454

5555
### Is there a policy for issues and PRs that haven't been touched in X days? Should they be closed?
5656

0 commit comments

Comments
 (0)