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.
PrAssignee.yml
@DilumAluthgeBot
1 parent d2cc061 commit 67b69ddCopy full SHA for 67b69dd
.github/workflows/PrAssignee.yml
@@ -71,6 +71,12 @@ jobs:
71
)
72
const allCollaboratorsNested = await Promise.all(allCollaboratorsNestedPromises);
73
const allCollaboratorsFlattened = allCollaboratorsNested.flat();
74
+
75
+ // Skip BumpStdlibs.jl PRs
76
+ allCollaboratorsFlattened.push('DilumAluthgeBot');
77
+ // Skip Dependabot PRs
78
+ allCollaboratorsFlattened.push('dependabot');
79
80
const isCollaborator = allCollaboratorsFlattened.includes(prAuthor);
81
82
console.log('prAuthor: ', prAuthor);
0 commit comments