Setting Up Your First GitHub Action for Specific Contributions

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

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
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • guestbook

    The place where future contributors are born

  • A couple of months ago, we launched the Intro to Open Source Course, which connects to another repository called guestbook. When the person taking the course gets to chapter five, they put their new-found knowledge to work and create a pull request on the guestbook.

  • intro

    an introduction to open source and guide through the process of contributing to projects.

  • - name: Post comment for course contributors if: contains(github.event.pull_request.title, 'as a contributor') run: | PR_COMMENT="Congratulations on completing Chapter 5 of the Intro to OSS Course with your contribution to this repository! You're almost to the end of the course. Create a [highlight](https://app.opensauced.pizza/feed) of your contribution to our guestbook using the instructions in [chapter 6](https://github.com/open-sauced/intro/blob/main/06-the-secret-sauce.md) and share it with us!" curl -s -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" -X POST -d "{\"body\":\"$PR_COMMENT\"}" "https://api.github.com/repos/${{ github.repository }}/issues/${{ github.event.pull_request.number }}/comments"

  • 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

  • Show HN: Open-source platform for rapid development of enterprise apps

    1 project | news.ycombinator.com | 15 May 2024
  • Code and Community: A GSoC Diary

    6 projects | dev.to | 13 May 2024
  • A list of open source games

    5 projects | news.ycombinator.com | 13 May 2024
  • Show HN: I made an open-source Loom alternative

    3 projects | news.ycombinator.com | 13 May 2024
  • Open Source Essentials : Mastering Git, GitHub, Issues, and Best Practices for Beginners

    3 projects | dev.to | 9 May 2024