Skip to content

Commit a1a7901

Browse files
authored
Change AutoAssignReviewers from 1 to 0
1 parent 6fa3722 commit a1a7901

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/AutoLabelAssign.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ jobs:
3030
with:
3131
PayloadJson: ${{ needs.download-payload.outputs.WorkflowPayload }}
3232
AutoAssignUsers: 1
33-
AutoAssignReviewers: 1
33+
AutoAssignReviewers: 0
3434
AutoLabel: 1
3535
ExcludedUserList: '["user1", "user2"]'
3636
ExcludedBranchList: '["branch1", "branch2"]'
3737
secrets:
3838
AccessToken: ${{ secrets.GITHUB_TOKEN }}
3939
PrivateKey: ${{ secrets.M365_APP_PRIVATE_KEY }}
40-
ClientId: ${{ secrets.M365_APP_CLIENT_ID }}
40+
ClientId: ${{ secrets.M365_APP_CLIENT_ID }}

0 commit comments

Comments
 (0)