Skip to content
This repository has been archived by the owner on Oct 21, 2019. It is now read-only.

opsdroid/connector-github

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

⚠️ DEPRECATED ⚠️ This connector is now built in to opsdroid core. This repository only exists for backward compatibility and will be removed.

opsdroid connector GitHub

A connector for opsdroid to comment on issues and pull requests on GitHub.

Requirements

To use the GitHub connector you will need a user for the bot to use and generate a personal api token. It is recommended that you create a separate user from your own account for this. You also need to configure a webhook to send events to opsdroid.

Creating your application

  • Create GitHub user for the bot to use and log into it
  • Create a personal api token
  • Navigate to the repo you wish the bot to comment on (or a whole org if you prefer)
  • Go to the settings page
  • Create a webhook pointing to your opsdroid instance
  • Ensure you check 'Issues', 'Issue Comment' and 'Pull request'

Configuration

connectors:
  - name: github
    # required
    github-token: aaabbbcccdddeee111222333444

About

πŸ“‘ A GitHub connector for opsdroid

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages