microsoft / microsoft/vscode-pull-request-github
Closed PRs get associated with new branches of the same name
Abierto
@alexr00 ya está trabajando en esto.
Desde el 7/5/2025.
bug
- Lenguaje dominante
- TypeScript
- Estrellas
- 2.6k
- Forks
- 795
- Merge medio
- 1 d 4 h
- PR fusionados (30 d)
- 46
Descripción
Sometimes, when I create a branch, I will find it becomes associated with a wrong PR that was previously closed and used the same branch name.
This can mean if you run the "delete local branches and remotes" command it will wrongly delete your branch.
- Extension version: 0.106.0
- VSCode Version: 1.98.0 (system setup)
- OS: Windows_NT x64 10.0.22631
- Repository Clone Configuration: fork of an upstream repository
- Github Product: Github.com
Steps to Reproduce:
Unknown. Note in .git/config you might see something like:
[branch "dev"] # this branch was created a few days ago
remote = origin
merge = refs/heads/dev
vscode-merge-base = origin/dev
github-pr-owner-number = "cylc#cylc-ui#810"
github-pr-owner-number = "cylc#cylc-ui#810"
github-pr-owner-number = "cylc#cylc-ui#810"
github-pr-owner-number = "cylc#cylc-ui#810"
github-pr-owner-number = "cylc#cylc-ui#810" # this is a PR that was closed 4 years ago!
or
[branch "log-wrap"]
vscode-merge-base = origin/master
remote = origin
github-pr-owner-number = "cylc#cylc-ui#1708"
github-pr-owner-number = "cylc#cylc-ui#1708"
github-pr-owner-number = "cylc#cylc-ui#1708"
github-pr-owner-number = "cylc#cylc-ui#1708"
github-pr-owner-number = "cylc#cylc-ui#2078" # finally the correct one!
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Evaluación
Este issue todavía no se ha evaluado.