mattstratton / github-actions-templates

Starter GitHub Actions templates to get you up and running with community built integrations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub Actions Templates

Contributor Covenant

Automate community integrations for your Orbit workspace with these GitHub Actions template starter files

First-time setup: create a GitHub account, create a new GitHub repository, add your Orbit details. Each integration: create a new workflow, copy & paste the provided code, follow and integration-specific instructions.

Overview

This repository helps you get up and running with third party integrations to Orbit in a matter of minutes.

Inside this repository are template YAML workflow files you can use to automate third party integrations with your Orbit workspace.

What are 3rd party integrations?

All Orbit users have access to built-in integrations, such as GitHub, Twitter, Slack, and Discord. These built-in integrations can be added and set up from within the Orbit app.

Community-built, or 3rd party integrations, are additional integrations offered by the larger Orbit community. While not officially supported, they offer many opportunities to further extend the utility of the platform.

What is this repository for?

Within each subfolder of this repository is a GitHub Actions workflow template file, along with instructions on how to use it. GitHub Actions is a runtime environment provided by GitHub to any GitHub user. You can run applications on GitHub Actions for free on any publicly available (not private) repository.

First Time Setup

Before setting up an integration using GitHub Actions, you will need to follow the First Time Setup Guide

Available Integrations

The following integration workflows are available to use, and more will be added:

Platform Features
Circle
  • New posts in Circle Spaces
  • New comments on Circle Spaces posts
DEV Community
  • New followers
  • New comments
LinkedIn
  • New comments on posts
Meetup
  • New RSVPs for Meetup group events
Notion
  • New Notes in a Notion database
Planning Center
  • New Event Check-ins
Pipedrive
  • New notes on deals
  • New notes on people
  • New activities on deals
Product Hunt
  • New votes on products
  • New comments on products
Reddit
  • New posts in subreddits
  • New comments in subreddits
  • Ability to filter to specific term
Stack Overflow
  • New questions with tag
YouTube
  • New comments across all videos on a channel

To use a workflow, please follow the integration-specific instructions.

Contributing

We ❤️ contributions! Please read the Contribution Guidelines on how to get involved and submit your own 3rd party integration template.

Code of Conduct

This project has a Contributor Code of Conduct. We ask everyone to please adhere by its guidelines.

License

This project is under the MIT License.

About

Starter GitHub Actions templates to get you up and running with community built integrations