Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/electron/trop
- Owner: electron
- License: mit
- Created: 2018-03-07T22:45:23.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-10-26T14:41:36.000Z (3 months ago)
- Last Synced: 2024-10-29T17:15:14.324Z (3 months ago)
- Topics: checks, github-api, javascript, nodejs, probot, typescript
- Language: TypeScript
- Homepage:
- Size: 1.52 MB
- Stars: 75
- Watchers: 9
- Forks: 31
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
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).