Skip to content

Commit

Permalink
feat: add github outbound connector (#389)
Browse files Browse the repository at this point in the history
* feat: add github outbound connector

* feat: add missing github outbound connector operations

* fix: rearrange operations, add list commits operation

* fix: GitHub connector wording

* fix: Release ID label uppercase in GitHub connector

Co-authored-by: Igor Petrov <108870003+igpetrov@users.noreply.github.com>

---------

Co-authored-by: Igor Petrov <108870003+igpetrov@users.noreply.github.com>
  • Loading branch information
markfarkas-camunda and igpetrov authored Mar 29, 2023
1 parent 67525c8 commit a6166d6
Show file tree
Hide file tree
Showing 3 changed files with 1,834 additions and 0 deletions.
5 changes: 5 additions & 0 deletions connectors/github-outbound/LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Copyright Camunda Services GmbH and/or licensed to Camunda Services GmbH under one or more contributor license agreements and licensed to you under a proprietary license.
You may not use this file except in compliance with the proprietary license.
The proprietary license can be either the Camunda Platform Self-Managed Free Edition license (available on Camunda’s website) or the Camunda Platform Self-Managed Enterprise Edition license (a copy you obtain when you contact Camunda).
The Camunda Platform Self-Managed Free Edition comes for free but only allows for usage of the software (file) in non-production environments.
If you want to use the software (file) in production, you need to purchase the Camunda Platform Self-Managed Enterprise Edition.
5 changes: 5 additions & 0 deletions connectors/github-outbound/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# GitHub Connector

Connector to create or modify issues, repositories, comments, and releases on GitHub.

This Connector reuses the base implementation of [HTTP JSON Connector](../http-json/README.md) by providing a compatible element template.
Loading

0 comments on commit a6166d6

Please sign in to comment.