Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix duplicate reviewer identities causing "500 Internal Server Error" when creating pull requests #1457

Merged

Conversation

rhyskoedijk
Copy link
Contributor

@rhyskoedijk rhyskoedijk commented Nov 11, 2024

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.

version: 2
updates:
 - package-ecosystem: "nuget"
   assignees:
   - "Team 3"
   reviewers:
   - "Team 3"

This can be fixed by ensuring identities are unique, skipping duplicates.

@rhyskoedijk rhyskoedijk marked this pull request as ready for review November 11, 2024 04:19
@mburumaxwell mburumaxwell merged commit e88189d into tinglesoftware:main Nov 17, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Running Dependabot@2 causing 500 internal sql exception via pipeline in ADO
2 participants