Skip to content

Commit

Permalink
build 18.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
breathingdust committed Mar 24, 2023
1 parent 536e706 commit f54b798
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17499,7 +17499,7 @@ async function main() {
let memberLines = "";

searchResults.forEach((member) => {
memberLines += `< https://github.com/search?q=repo:${org}/${repo}+author:${member.member}+is:pr+is:open+draft:false|${member.member}> : ${member.count}\n`;
memberLines += `<https://github.com/search?q=repo:${org}/${repo}+author:${member.member}+is:pr+is:open+draft:false|${member.member}> : ${member.count}\n`;
});

const postMessageBody = {
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

0 comments on commit f54b798

Please sign in to comment.