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

Vcpkg release branch name validation #5619

Open
danieljurek opened this issue May 13, 2024 · 0 comments
Open

Vcpkg release branch name validation #5619

danieljurek opened this issue May 13, 2024 · 0 comments
Assignees
Labels
Central-EngSys This issue is owned by the Engineering System team.

Comments

@danieljurek
Copy link
Member

danieljurek commented May 13, 2024

When releasing to vcpkg if the branch name collides with a previously used branch name the resulting vcpkg PR may have conflicts. Possible fixes:

  • Fail the release if the date of the latest commit on the vcpkg branch is older than some amount (90 days?)
  • Add a pipeline which periodically cleans up old branches not associated with open PRs
  • Instead of having artifact-specific branches have a single service-specific branch so that a service's release doesn't need to set a branch name
@danieljurek danieljurek self-assigned this May 13, 2024
@github-actions github-actions bot added the needs-triage This is a new issue that needs to be triaged to the appropriate team. label May 13, 2024
@RickWinter RickWinter added the Central-EngSys This issue is owned by the Engineering System team. label May 17, 2024
@github-actions github-actions bot removed the needs-triage This is a new issue that needs to be triaged to the appropriate team. label May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Central-EngSys This issue is owned by the Engineering System team.
Projects
Development

No branches or pull requests

2 participants