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

Add a slash command to synchronize Git for Windows' SDK repositories #118

Merged
merged 3 commits into from
Jan 31, 2025

Conversation

dscho
Copy link
Member

@dscho dscho commented Jan 30, 2025

Every once in a while I need to ensure that the packages that were just deployed via a /deploy command are integrated into the respective git-sdk-* repositories so that a subsequent /git-artifacts run will pick up the just-deployed package versions.

This PR adds the convenient /sync command for that, which I just used successfully (running this PR's code locally because it is obviously not yet deployed to the Azure Function).

dscho added 3 commits January 30, 2025 12:50
Signed-off-by: Johannes Schindelin <[email protected]>
The `===` form is much safer than `==`.

Signed-off-by: Johannes Schindelin <[email protected]>
This slash command will trigger the `sync` workflows in the Git SDK
repositories, which updates them according to the Pacman repositories.

This is particularly useful after deploying a package, to make sure that
the next `git-artifacts` build will pick up the new package version.

For convenience, there is also the `/sync` shortcut.

Signed-off-by: Johannes Schindelin <[email protected]>
@dscho dscho requested review from mjcheetham and rimrul January 30, 2025 12:04
@dscho dscho self-assigned this Jan 30, 2025
@dscho dscho merged commit 52e3fe4 into git-for-windows:main Jan 31, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants