We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e4e640 commit 16a8b5eCopy full SHA for 16a8b5e
.github/workflows/scripts/antispam.js
@@ -59,6 +59,8 @@ module.exports = async ({ github, context, core }) => {
59
const username = context.actor;
60
const { data: user } = await github.rest.users.getByUsername({ username: username });
61
62
+ console.log(">>> DEBUG:", user)
63
+
64
const isAuthorOnlyContributionOnGH = await (async () => {
65
// WARNING: Depending on the time of day, event latency can be anywhere from 30s to 6h. (source: https://octokit.github.io/rest.js/v21/)
66
const { data: events } = await github.rest.activity.listEventsForAuthenticatedUser({
0 commit comments