For example, it closed python/cpython#155197 today, because "PRs attempting to merge a maintenance branch into the main branch are deemed to be spam and automatically closed." However, this PR was not attempting to do that, it had a branch named 3.16 with a commit with a fix. I'm not familiar with the logic here behind this, but I think a little sanity check would be good to avoid spurious closures in the future.
For example, it closed python/cpython#155197 today, because "PRs attempting to merge a maintenance branch into the main branch are deemed to be spam and automatically closed." However, this PR was not attempting to do that, it had a branch named
3.16with a commit with a fix. I'm not familiar with the logic here behind this, but I think a little sanity check would be good to avoid spurious closures in the future.