Closed SvanBoxel closed 4 years ago
@github-actions run
@github-actions run
const res = await fetch("https://lgtm.in/g", {
redirect: 'manual'
});
const webSiteUrl = res.headers.get('location');
const picUrl = new URL(webSiteUrl);
picUrl.pathname = picUrl.pathname.replace("/i/", "/p/");
postComment(`![LGTM](${picUrl.href})`);
This pr is stale because it has been open 1 day with no activity. Remove stale label or comment or this will be closed in 2 days