https://github.com/git-for-windows/git-for-windows-automation
A few GitHub workflows and support code to help with Git for Windows' day-to-day tasks
https://github.com/git-for-windows/git-for-windows-automation
Last synced: about 1 year ago
JSON representation
A few GitHub workflows and support code to help with Git for Windows' day-to-day tasks
- Host: GitHub
- URL: https://github.com/git-for-windows/git-for-windows-automation
- Owner: git-for-windows
- Created: 2022-11-28T12:30:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-21T11:33:45.000Z (about 1 year ago)
- Last Synced: 2025-04-21T12:38:22.687Z (about 1 year ago)
- Language: JavaScript
- Size: 492 KB
- Stars: 11
- Watchers: 3
- Forks: 13
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repository contains GitHub workflows plus support code to perform some of the day-to-day tasks in the Git for Windows project.
Most prominently, the `build-and-deploy*.yml` workflows perform so-called "branch-deploys", i.e. deployments of the Pacman packages that are built from PRs in ['MINGW-packages'](https://github.com/git-for-windows/MINGW-packages), ['MSYS2-packages'](https://github.com/git-for-windows/MSYS2-packages), and [`build-extra`](https://github.com/git-for-windows/build-extra) before merging them.