All Projects → orbit-love → github-actions-templates

orbit-love / github-actions-templates

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

Projects that are alternatives of or similar to github-actions-templates

SpaceSeek
See and search upcoming and previous rocket space launches! Built with React Native, using Detox E2E tests, Fastlane and Github Actions for app store deployment.
Stars: ✭ 19 (-56.82%)
Mutual labels:  github-actions
setup-swift
GitHub Action that setup a Swift environment
Stars: ✭ 114 (+159.09%)
Mutual labels:  github-actions
composer-install
A GitHub Action to streamline installation of PHP dependencies with Composer.
Stars: ✭ 151 (+243.18%)
Mutual labels:  github-actions
overview
Automate your workflows with GitHub actions for MATLAB.
Stars: ✭ 40 (-9.09%)
Mutual labels:  github-actions
yamllint-action
Lints yaml files and annotates every finding.
Stars: ✭ 12 (-72.73%)
Mutual labels:  github-actions
git-actions
A GitHub Action to run arbitrary git commands
Stars: ✭ 72 (+63.64%)
Mutual labels:  github-actions
misspell-fixer-action
📝Automatically fixes typos and mistakes in your source code and docs!
Stars: ✭ 123 (+179.55%)
Mutual labels:  github-actions
helm-gh-pages
A GitHub Action for publishing Helm charts to Github Pages
Stars: ✭ 60 (+36.36%)
Mutual labels:  github-actions
vsce-action
A GitHub Action to automate deploying VS Code extensions
Stars: ✭ 74 (+68.18%)
Mutual labels:  github-actions
addtobasic.github.io
CUI Portfolio like ubuntu terminal.
Stars: ✭ 18 (-59.09%)
Mutual labels:  github-actions
github-docker
⚓ Build and publish your repository as a Docker image and push it to GitHub Package Registry in one step.
Stars: ✭ 33 (-25%)
Mutual labels:  github-actions
pull-request-comment-branch
A GitHub Action to get the head ref and sha of a pull request comment
Stars: ✭ 21 (-52.27%)
Mutual labels:  github-actions
deploy-to-cocoapods-github-action
Github action for deploying to Cocoapods.org
Stars: ✭ 29 (-34.09%)
Mutual labels:  github-actions
prathimacode-hub
Hello everyone, Welcome to my GitHub README profile. Glad to see you here! Check out this repository to view my work and learn more about me. Don't just star it, fork it as well.📢✌️
Stars: ✭ 53 (+20.45%)
Mutual labels:  github-actions
dart-package-analyzer
GitHub Action that uses the Dart Package Analyzer to compute the Pub score of Dart/Flutter packages
Stars: ✭ 44 (+0%)
Mutual labels:  github-actions
aur-publish-docker-action
Github Action to publish an AUR package
Stars: ✭ 13 (-70.45%)
Mutual labels:  github-actions
gajira
GitHub Actions for Jira
Stars: ✭ 100 (+127.27%)
Mutual labels:  github-actions
drupal9ci
One-line installers for implementing Continuous Integration in Drupal 9
Stars: ✭ 137 (+211.36%)
Mutual labels:  github-actions
bake-action
GitHub Action to use Docker Buildx Bake as a high-level build command
Stars: ✭ 52 (+18.18%)
Mutual labels:  github-actions
sokoban-action
Sokoban game using GitHub Actions 🤖
Stars: ✭ 26 (-40.91%)
Mutual labels:  github-actions

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.

Frequently Asked Questions

  • Does this have anything to do with Orbit's GitHub Integration? No - setting up community integrations using GitHub Actions is independent of the integration. We are essentially using GitHub Actions as a free host and scheduler of our code.
  • Are there any requirements of the repository I put my .yml files in? No - it can be called anything, and contain any other files. As long as your workflows are inside of the .github/workflows directory it can go in any repository.
  • How much does it cost? GitHub provides a generous but limited allowance for using GitHub Actions in private repositories which should be plenty for most communities. If you are using a lot of GitHub Actions either from Orbit or elsewhere, consider making your repository public for unlimited free runs. More info.
  • Do I need to do any maintainence? Once you set up a GitHub Actions workflow you shouldn't need to do much to it to keep it running. If you are ingesting very large amounts of data you may hit rate limits - check the logs of any failed executions if this happens for more information. GitHub also require some repository activity on the main branch every 60 days to keep actions running. You should receive an email 7 days before this with notice. More info.

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].