dotnet / dotnet/project-system
Insertion description doesn't handle reverted insertions
- Dominant language
- C#
- Stars
- 1k
- Forks
- 415
- PR merge metrics
- No merged PRs in 30d
Description
## Summary
The insertion description logic looks for `Insert DotNet-Project-System` (among other things). When one of these PRs is reverted, the name of that reverted insertion is `Revert 'Insert DotNet-Project-System`, which is detected by this process. These would have to be ignored to process the description properly.
## Insertions
- Original insertion: https://devdiv.visualstudio.com/DevDiv/_git/VS/pullrequest/471309

- Reverted insertion: https://devdiv.visualstudio.com/DevDiv/_git/VS/pullrequest/471482

- Insertion again: https://devdiv.visualstudio.com/DevDiv/_git/VS/pullrequest/471546

Contributor guide
Assessment
This issue has not been assessed yet.