Closed rhyskoedijk closed 1 week ago
Fixes #1438.
If the same assignee/reviewer identity is defined multiple times in the dependabot.yml config, DevOps will reject the pull request with "500 Internal Server Error". e.g.
dependabot.yml
version: 2 updates: - package-ecosystem: "nuget" assignees: - "Team 3" reviewers: - "Team 3"
This can be fixed by ensuring identities are unique, skipping duplicates.
Fixes #1438.
If the same assignee/reviewer identity is defined multiple times in the
dependabot.yml
config, DevOps will reject the pull request with "500 Internal Server Error". e.g.This can be fixed by ensuring identities are unique, skipping duplicates.