Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bsmth/orgbots
:robot: Automate some commits to a repo of your choice
https://github.com/bsmth/orgbots
bots github octokit rubygem
Last synced: 25 days ago
JSON representation
:robot: Automate some commits to a repo of your choice
- Host: GitHub
- URL: https://github.com/bsmth/orgbots
- Owner: bsmth
- License: gpl-3.0
- Created: 2018-03-15T19:27:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-07T08:24:44.000Z (about 2 years ago)
- Last Synced: 2023-03-08T18:58:15.389Z (over 1 year ago)
- Topics: bots, github, octokit, rubygem
- Language: Ruby
- Homepage:
- Size: 141 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Orgbots
[![Maintainability](https://api.codeclimate.com/v1/badges/e7869a167fd6a7547925/maintainability)](https://codeclimate.com/github/tcob/orgbots/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/e7869a167fd6a7547925/test_coverage)](https://codeclimate.com/github/tcob/orgbots/test_coverage)
[![Build Status](https://travis-ci.org/tcob/orgbots.svg?branch=master)](https://travis-ci.org/tcob/orgbots)## Install dependencies
$ bundle install
## Usage
Add a config file `orgbot.env` in the project root with your configs in the format:
```bash
OCTOKIT_TOKEN=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
REPO=someuseraccount/testrepo
```To retrieve the access token, navigate to https://github.com/settings/tokens in the github account that will be making commits and generate a new token.
## Committing using orgbot
```bash
rake run
```