Find and add a pre-built Action to automatically label pull requests based on file changes.
Discover Actions for deploying your app to cloud platforms like AWS, Azure, or Heroku without writing custom scripts.
Browse Actions for running code quality checks, security scans, and tests on every commit.
Use Actions to automatically generate release notes and publish Docker images when you tag a new version.
This is a curated list, an awesome-list, meaning a long organized index of links, focused entirely on GitHub Actions. GitHub Actions is GitHub's built-in automation feature: workflows that run automatically in response to events in a repository, such as someone pushing code or opening a pull request. As the README explains, these workflows can run on Linux, Windows, or macOS virtual machines, or inside a container, and let you automate your project from idea to production. The repository itself does not contain working code; it is a directory of pointers to other people's actions and resources. Entries are grouped into sections that include official resources (workflow examples, official actions, guides for creating your own actions in JavaScript, TypeScript, or Docker containers), and a much larger community section covering categories like GitHub management tools, utility helpers, static and dynamic analysis, monitoring, pull-request automation, GitHub Pages publishing, notifications, deployment, external service integrations, frontend tooling, ML ops, build, database, networking, localization, fun extras, and tutorials. Each entry is a short description plus a link out to a separate repository or article. You would use this when you want to add automation to a GitHub project and would rather find a ready-made action than write your own, for example, to publish releases, label pull requests, run linters, build mobile apps, or deploy sites. It is also useful for people learning what GitHub Actions can do, or for action authors looking for inspiration. The full README is longer than what was provided.
Generated 2026-05-21 · Model: sonnet-4-6 · Verify against the repo before relying on details.