Skip to content

Commit

Permalink
adding wills project as a constant since it is a classic project
Browse files Browse the repository at this point in the history
  • Loading branch information
horeaporutiu committed Sep 27, 2023
1 parent dcaa99f commit af7423f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ exports.handler = async function (event) {
const gitHubProjectCard = body.gitHubProjectCard;
const gitHubProjectColumnId = gitHubProjectCard.column_id;
const gitHubIssueNumer = gitHubProjectCard.content_url
.split("https: //api.github.com/repos/addisonschultz/github-cards/issues/")
.split("https: //api.github.com/repos/bishopwm/github-cards/issues/")
.pop();

const headers = {
Expand Down
2 changes: 1 addition & 1 deletion examples/github-appcards/src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const username = "addisonschultz";
export const username = "bishopwm";
export const repo = "github-cards";

0 comments on commit af7423f

Please sign in to comment.