We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 723c0f3 commit e6f7d5eCopy full SHA for e6f7d5e
1 file changed
.github/workflows/add-unanswered-to-project.yml
@@ -67,6 +67,7 @@ jobs:
67
68
// Simple cache for user -> boolean (member of excluded org)
69
const orgsCache = new Map();
70
+ const companyCache = new Map();
71
72
async function isMemberOfExcludedOrg(user) {
73
if (!user || !user.login) return false;
0 commit comments