Skip to content

Commit

Permalink
chore: update artsy/README default branch references to main
Browse files Browse the repository at this point in the history
The default branch of the artsy/README repository was recently updated from
`master` to `main`.
  • Loading branch information
dblandin committed Jun 4, 2021
1 parent 1804582 commit 79bb80f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/commands/scheduled/next-on-call.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { convertEmailsToSlackMentions } from "../../utils/slack"
export default class NextOnCall extends Command {
static urls: { [key: string]: string } = {
engineeringSupport:
"https://github.com/artsy/README/tree/master/playbooks/support#preparing-for-your-on-call-shift",
"https://github.com/artsy/README/tree/main/playbooks/support#preparing-for-your-on-call-shift",
}

static description = "Remind members with upcoming on-call shifts."
Expand Down
2 changes: 1 addition & 1 deletion src/commands/scheduled/standup-reminder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default class StandupReminder extends Command {
onCallSchedule:
"https://artsy.app.opsgenie.com/teams/dashboard/ee381004-a72e-42ef-a733-b350d6693c6c",
standup:
"https://github.com/artsy/README/blob/master/events/open-standup.md",
"https://github.com/artsy/README/blob/main/events/open-standup.md",
notes:
"https://www.notion.so/artsy/Standup-Notes-28a5dfe4864645788de1ef936f39687c",
}
Expand Down
2 changes: 1 addition & 1 deletion test/commands/scheduled/next-on-call.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ describe("scheduled:next-on-call", () => {
text: {
type: "mrkdwn",
text:
"<@justin>, <@steve> looks like you have on-call shifts coming up! Check out the <https://github.com/artsy/README/tree/master/playbooks/support#preparing-for-your-on-call-shift|Engineering Support doc> to prep. You've got this! :+1:",
"<@justin>, <@steve> looks like you have on-call shifts coming up! Check out the <https://github.com/artsy/README/tree/main/playbooks/support#preparing-for-your-on-call-shift|Engineering Support doc> to prep. You've got this! :+1:",
},
},
],
Expand Down
2 changes: 1 addition & 1 deletion test/commands/scheduled/standup-reminder.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ describe("scheduled:standup-reminder", () => {
text: {
type: "mrkdwn",
text:
"Hi <@devon> and <@jon> :wave:\n\nBased on our <https://artsy.app.opsgenie.com/teams/dashboard/ee381004-a72e-42ef-a733-b350d6693c6c|on-call schedule>, you've been chosen to facilitate today's Engineering Standup at 12pm ET. Please refer to the docs <https://github.com/artsy/README/blob/master/events/open-standup.md|on GitHub> and add new standup notes <https://www.notion.so/artsy/Standup-Notes-28a5dfe4864645788de1ef936f39687c|in Notion>.",
"Hi <@devon> and <@jon> :wave:\n\nBased on our <https://artsy.app.opsgenie.com/teams/dashboard/ee381004-a72e-42ef-a733-b350d6693c6c|on-call schedule>, you've been chosen to facilitate today's Engineering Standup at 12pm ET. Please refer to the docs <https://github.com/artsy/README/blob/main/events/open-standup.md|on GitHub> and add new standup notes <https://www.notion.so/artsy/Standup-Notes-28a5dfe4864645788de1ef936f39687c|in Notion>.",
},
},
],
Expand Down

0 comments on commit 79bb80f

Please sign in to comment.