automate the backporting process
Перейти к файлу
David Sanders 0dd58a4e96
build: update most dev dependencies (#322)
2024-11-05 11:46:40 -08:00
.circleci chore: bump electronjs/node in .circleci/config.yml to 2.3.1 (#321) 2024-10-26 09:41:35 -05:00
.github ci: bump action-semantic-pull-request version (#288) 2024-04-29 09:40:51 -04:00
.husky build: update most dev dependencies (#322) 2024-11-05 11:46:40 -08:00
design
docs chore: update manual backport readme and trop comment with `e backport` command (#272) 2024-03-25 17:41:17 -05:00
spec refactor: remove fs-extra usage (#319) 2024-10-25 11:21:09 +02:00
src revert: drop node-fetch dependency (#320) 2024-10-25 10:23:49 -04:00
typings
.eslintrc.json
.gitignore chore: add metric log 2023-12-21 10:33:01 +13:00
.nvmrc
.prettierrc
Aptfile fix: ensure git found on trop runner (#304) 2024-09-04 13:35:10 +02:00
CONTRIBUTING.md
Dockerfile
LICENSE
README.md
app.json fix: ensure git found on trop runner (#304) 2024-09-04 13:35:10 +02:00
config.yml
jest.config.js
package.json build: update most dev dependencies (#322) 2024-11-05 11:46:40 -08:00
tsconfig.json
yarn.lock build: update most dev dependencies (#322) 2024-11-05 11:46:40 -08:00

README.md

CircleCI

trop

a GitHub App built with probot that automates the process of backporting features and bugfixes.

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

Setup

# 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.

For information on setting up a local version of this GitHub App, see local-setup.