Skip to content

Commit

Permalink
Update github.ts
Browse files Browse the repository at this point in the history
fix owner
  • Loading branch information
mhzawadi authored Nov 1, 2024
1 parent 3138b0a commit 50e2b06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/providers/github.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const getIncidents = async (state: "open" | "closed") => {
`${state}Incidents`,
async () =>
await octokit.rest.issues.listForRepo({
owner: "tadhglewis",
owner: "mhzawadi",
repo: "issue-status",
labels: "issue status,incident",
state,
Expand Down Expand Up @@ -73,7 +73,7 @@ export const github: Provider = {
"components",
async () =>
await octokit.rest.issues.listForRepo({
owner: "tadhglewis",
owner: "mhzawadi",
repo: "issue-status",
labels: "issue status,component",
})
Expand Down

0 comments on commit 50e2b06

Please sign in to comment.