ยท hands on
Never Review a Dependency Update Again
Set up a GitHub Actions workflow that automatically approves and merges Dependabot PRs when CI passes. Stop manually clicking merge on dependency updates.
Set up a GitHub Actions workflow that automatically approves and merges Dependabot PRs when CI passes. Stop manually clicking merge on dependency updates.
Learn how to automatically deploy your TypeScript website to GitHub Pages using GitHub Actions. This step-by-step guide shows you how to set up a CI/CD pipeline that builds and deploys your site whenever you push to the main branch.
GitHub workflows are a great way to set up a continuous integration pipeline. You can define jobs within a workflow and use GitHub's runners to execute those jobs. These runners can be hosted on GitHub's infrastructure or your own. In this tutorial, you'll learn how to use a matrix strategy to run jobs concurrently using different runner images.