Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a test for Azure sources (dependabot#8629)
* Azure DevOps now supports HTML in PR descriptions While researching dependabot#6287 (comment), I noticed that https://developercommunity.visualstudio.com/content/problem/608769/add-support-for-in-markdown.html eventually leads to https://developercommunity.visualstudio.com/t/add-support-for-the-html-tag-in-markdown/609415#T-N1190213 which says that Azure ADO now supports the `<details>` tag in Markdown. Furthermore, I suspect that ADO now fully supports HTML in PR descriptions but it's not documented either way in https://learn.microsoft.com/en-us/rest/api/azure/devops/git/pull-requests/create?view=azure-devops-rest-7.0&tabs=HTTP#request-body. So opening this PR as the simple solution. If ADO doesn't support HTML but does support the `<details>` tag, then we'll unfortunately need a more complex solution of refactoring things... but I hope not. Fix dependabot#6453 * Add a test on azure sources --------- Co-authored-by: Barry Gordon <brrygrdn@github.com>
- Loading branch information