Skip to content

Commit 6d2ed4c

Browse files
authored
Add @fabriziocucci to list of allowed 'react-native-bot' merge users
1 parent 6488305 commit 6d2ed4c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/react-native-bot-merger.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ jobs:
2121
// List of allowed GitHub users to interact with @react-native-bot
2222
const allowedUsers = [
2323
'cortinico',
24-
'cipolleschi'
24+
'cipolleschi',
25+
'fabriziocucci'
2526
];
2627
2728
const commentBody = context.payload.comment.body;

0 commit comments

Comments
 (0)