#GitHub
- Optimizing Parallel Jobs in a Github Workflow
A pattern for persisting the workspace files between parallel jobs in a GitHub Workflow.
- Caching Playwright Binaries in GitHub Actions
A simple strategy to effectively speed up use of Playwright in GitHub Actions with caching.
- Environment Variables in GitHub Docker build-push-action
A basic pattern for passing environment variables to the docker/build-push-action from a GitHub secret.
- 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
Using the GitHub CLI to unsubscribe from repositories.
- Archiving Dependabot Emails with Apps Script
Archive Dependabot and Semantic Release emails automatically using Google Apps Script cron jobs to declutter your inbox.
- Automatically Approving and Merging Dependabot Pull Requests
A simple GitHub workflow to automatically approve and merge Dependabot pull requests.
- Rebasing All Dependabot Pull Requests
Short code snippet showing how I rebased all Dependabot pull requests across a GitHub org.
- GitHub Workflow to Sync Branches
It is easy to sync branches in a GitHub workflow without using a third party GitHub Action.