Skip to content

Commit 67b69dd

Browse files
CI: PrAssignee.yml: Skip BumpStdlibs.jl PRs (PRs authored by @DilumAluthgeBot) (#58625)
Hat-tip to `@IanButterworth` for reporting this. --------- Co-authored-by: Lilith Orion Hafner <[email protected]>
1 parent d2cc061 commit 67b69dd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/PrAssignee.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,12 @@ jobs:
7171
)
7272
const allCollaboratorsNested = await Promise.all(allCollaboratorsNestedPromises);
7373
const allCollaboratorsFlattened = allCollaboratorsNested.flat();
74+
75+
// Skip BumpStdlibs.jl PRs
76+
allCollaboratorsFlattened.push('DilumAluthgeBot');
77+
// Skip Dependabot PRs
78+
allCollaboratorsFlattened.push('dependabot');
79+
7480
const isCollaborator = allCollaboratorsFlattened.includes(prAuthor);
7581
7682
console.log('prAuthor: ', prAuthor);

0 commit comments

Comments
 (0)