#GitHub
- Optimizing Parallel Jobs in a Github Workflow
A GitHub Actions pattern that saves a built workspace so preview, test, and matrix jobs can run in parallel without rebuilding.
- Caching Playwright Binaries in GitHub Actions
A GitHub Actions caching strategy for Playwright browser binaries that reduces repeated downloads and speeds up browser-based CI runs.
- Docker Build Secrets in GitHub Actions
Pass a GitHub secret as a docker/build-push-action build argument, then expose it in each needed Dockerfile stage.
- Docker Buildx, GCR, and GitHub Actions Guide
Authenticate and push to Google Container Registry (gcr.io) from GitHub Actions using the docker/build-push-action and Google Cloud Auth.
- Unwatch All Repositories in a GitHub Organization
Use the GitHub CLI to list watched repositories in an organization, filter them, and delete each subscription without manual clicks.
- Archiving Dependabot Emails with Apps Script
Archive Dependabot and Semantic Release emails automatically using Google Apps Script cron jobs to declutter your inbox.
- Auto-Merge Dependabot Pull Requests
A GitHub Actions workflow that approves and auto-merges Dependabot pull requests while relying on branch protection and required checks.
- Rebasing All Dependabot Pull Requests
A shell command using the GitHub CLI search and comment features to ask Dependabot to rebase pull requests across an organization.
- GitHub Workflow to Sync Branches
A GitHub Actions workflow pattern for synchronizing branches across a repository without relying on a third-party GitHub Action.