GitHub Actions: A Maintainer's Best Friend

This page summarizes the projects mentioned and recommended in the original post on dev.to

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • create-or-update-comment

    A GitHub action to create or update an issue or pull request comment

  • A great GitHub action for this is Peter Evans Create or Update Comment action.

  • app

    🍕 Insights into your entire open source ecosystem. (by open-sauced)

  • It’s used in the app repository for OpenSauced. Here’s how we have it configured.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • starter-workflows

    Accelerating new GitHub Actions workflows

  • If you host your code on GitHub, besides scripts to automate certain actions, you can also leverage the huge ecosystem of GitHub Actions.

  • take-action

    This is an action to assign yourself to an issue for a repo you are not a contributor to.

  • My coworker bdougie (@bdougieyo) created the take Github action. It allows external contributors to self-assign issues by typing .take into a comment of an issue. This removes the burden of a bit of back and forth between contributors and maintainers.

  • cli

    GitHub’s official command line tool

  • I'm using some GitHub Actions, a custom script that leverages the GitHub CLI and magic.

  • nissuer

    A GitHub Action for tried and tired maintainers.

  • Another action that came onto my radar a couple of days ago was thanks to styfle. Although I haven’t used it yet, nissuer looks like a great utility belt GitHub action for maintainers. The Next.js repository uses it, so I'm sure it brings lots of value to a maintainer.

  • www.nickyt.co

    Source code for my web site nickyt.co

  • Don’t see a GitHub action for what you need? Create your own. You can even build your own by composing it from existing GitHub actions. Here's an example of a bespoke workflow I use for pulling in my latest video content from YouTube to my blog.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB 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

  • How to publish on npm with `--provenance` using Lerna-Lite

    1 project | dev.to | 16 Nov 2023
  • Setting up GitHub Actions to deploy your website via FTP

    2 projects | dev.to | 27 Jun 2023
  • Rotate any secrets stored in CircleCI

    4 projects | news.ycombinator.com | 4 Jan 2023
  • How to make my team more efficient without being evil? Resource asks were canceled and trying to figure out what to do.

    1 project | /r/cscareerquestions | 4 Jan 2023
  • Send automatic patch notes to your Discord server on new releases, using GitHub actions

    1 project | /r/javascript | 20 Dec 2022