We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fa3722 commit a1a7901Copy full SHA for a1a7901
.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