Awesome GitHub Actions

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
  1. awesome-actions

    A curated list of awesome actions to use on GitHub

  2. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  3. combine-prs-workflow

    Combine/group together PRs (for example from Dependabot and similar services)

    GitHub Actions can do some neat things. I got tired of waiting for Dependabot (tool that makes automatic PRs to update your middleware, acquired by GitHub) to add an option to group PRs together (it opens a separate PR for each dependency that can be updated, so merging and re-running CI can take a long time) so I scratched my own itch and made a workflow that merges their PRs together: https://github.com/hrvey/combine-prs-workflow Been running it for a year now, and still pretty happy with it.

  4. vitemadose

    Détection de créneaux de vaccination disponibles pour l'outil ViteMaDose (by CovidTrackerFr)

    A French website - vitemadose.com - used GitHub Actions to find an available vaccine center near. The actions were scraping official websites with available slots to make them available all at once - in a single view.

    [1] https://github.com/CovidTrackerFr/vitemadose

  5. wflow

    Discontinued 🐆 EXPERIMENTAL -- Runs GitHub Actions workflows locally (local) -- Don't run your YAML like a 🐪

    Not sure how “curated” this list is. The first one that caught my eye (https://github.com/phishy/wflow) has a “this repo is archived” warning with no updates since 2019.

  6. act

    Run your GitHub Actions locally 🚀

    Similar to that tool but more than a simulation, you can use `act` to run GitHub Actions locally. Great for testing before deploying.

    https://github.com/nektos/act

  7. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Forgejo – Launching a Fork of Gitea

    3 projects | news.ycombinator.com | 25 Nov 2022
  • Act: Run your GitHub Actions locally

    1 project | news.ycombinator.com | 20 Jan 2025
  • Run your GitHub Actions locally

    1 project | news.ycombinator.com | 1 Jan 2025
  • Accelerating the deployment of NestJS and Angular using public Github runners and creating intermediate Docker images

    2 projects | dev.to | 8 Sep 2024
  • Act – run your GitHub Actions locally

    1 project | news.ycombinator.com | 22 Jun 2024