Purchased by Microsoft for 7.5 Billion dollars in 2018
DevOps software development practice where developers regularly merge their code changes into a central repository, after which automated builds and tests are run.
We could shorten the feedback loop ️
Server-side CI runs the same locally with a lil' help
Run the same git hooks, tests with Actions
Each test maps to an Actions Job
Job
Job outcomes reported in a PR's "Check"
"Please pull my fork's changes into your project"
"Please merge my branch's changes into our project"
GitHub built this for global teams collaborating on small to large open source projects
.golangci.yml
Codeowners
Who owns what?
*.md
.github/
.
Developers
Release
release/*
prod
Enterprise
main
type
Output
Common Examples:
Drive em by event or schedule
Compile static site and deploy to GitHub Pages
Build app and deploy to GHCR.io (GitHub Container Repo)
GKE Autopilot Deploy App Run Postman tests Destroy