Skip to content

Commit 4eb5193

Browse files
authored
ci(cla): fix check for who made CLA comment (#4049)
1 parent 909d792 commit 4eb5193

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cla-auto-accept.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
});
4646
4747
const alreadyAgreed = comments.some(c =>
48+
c.user.login === 'microsoft-react-native-sdk[bot]' &&
4849
c.body.includes('@microsoft-github-policy-service agree')
4950
);
5051

0 commit comments

Comments
 (0)