Skip to content

Commit 2a51f45

Browse files
authored
Exclude PR automation: Add 'arm ltd.' to excluded organizations list (#20769)
Users like https://github.com/FabulousSuperDude have company listed as Arm. Ltd. Adding this case to exclude in the automation
1 parent fe373a7 commit 2a51f45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/add-unanswered-to-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
6464
// List of organization logins (lowercased) to exclude members of
6565
const excludedOrgs = new Set([
66-
"meta", "facebook", "pytorch", "arm", "apple", "qualcomm", "nxp", "mediatek", "cadence", "intel", "samsung",
66+
"meta", "facebook", "pytorch", "arm", "apple", "qualcomm", "nxp", "mediatek", "cadence", "intel", "samsung", "arm ltd.",
6767
"@meta", "@facebook", "@pytorch", "@arm", "@apple", "@qualcomm", "@nxp", "@mediatek", "@cadence", "@intel", "@samsung"
6868
]);
6969

0 commit comments

Comments
 (0)