Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/electron/trop

automate the backporting process
https://github.com/electron/trop

checks github-api javascript nodejs probot typescript

Last synced: 2 days ago
JSON representation

automate the backporting process

Awesome Lists containing this project

README

        

# trop

[![Test](https://github.com/electron/trop/actions/workflows/test.yml/badge.svg)](https://github.com/electron/trop/actions/workflows/test.yml)

> a GitHub App built with [probot](https://github.com/probot/probot) that automates the process of backporting features and bugfixes.

```js
[...'backport'.slice(4)].reverse().join``
// => trop
```

## Setup

```sh
# Clone the trop repository locally
git clone https://github.com/electron/trop.git

# Change directory to where trop has been cloned
cd trop

# Install dependencies
npm install

# Run the bot
npm start
```

## Documentation

To learn how to use `trop`, see [usage](docs/usage.md).

For information on setting up a local version of this GitHub App, see [local-setup](docs/local-setup.md).