We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 909d792 commit 4eb5193Copy full SHA for 4eb5193
1 file changed
.github/workflows/cla-auto-accept.yml
@@ -45,6 +45,7 @@ jobs:
45
});
46
47
const alreadyAgreed = comments.some(c =>
48
+ c.user.login === 'microsoft-react-native-sdk[bot]' &&
49
c.body.includes('@microsoft-github-policy-service agree')
50
);
51
0 commit comments