We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 46f1358 + a1a7901 commit 7011833Copy full SHA for 7011833
1 file changed
.github/workflows/AutoLabelAssign.yml
@@ -30,11 +30,11 @@ jobs:
30
with:
31
PayloadJson: ${{ needs.download-payload.outputs.WorkflowPayload }}
32
AutoAssignUsers: 1
33
- AutoAssignReviewers: 1
+ AutoAssignReviewers: 0
34
AutoLabel: 1
35
ExcludedUserList: '["user1", "user2"]'
36
ExcludedBranchList: '["branch1", "branch2"]'
37
secrets:
38
AccessToken: ${{ secrets.GITHUB_TOKEN }}
39
PrivateKey: ${{ secrets.M365_APP_PRIVATE_KEY }}
40
- ClientId: ${{ secrets.M365_APP_CLIENT_ID }}
+ ClientId: ${{ secrets.M365_APP_CLIENT_ID }}
0 commit comments