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 add icon (#33) 2018-03-28 13:58:51 -05:00
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 fix: dangling target labels on intermediary PRs (#262) 2023-07-13 21:44:28 +02:00
.eslintrc.json build: switch to ESLint from TSLint (#261) 2023-07-26 22:23:58 +02:00
.gitignore chore: add metric log 2023-12-21 10:33:01 +13:00
.nvmrc fix: improve squashed commit message (#204) 2023-01-17 15:30:22 -05:00
.prettierrc chore: lint with prettier (#155) 2020-05-21 15:42:22 -07:00
Aptfile fix: ensure git found on trop runner (#304) 2024-09-04 13:35:10 +02:00
CONTRIBUTING.md docs: fix CoC link in contributing.md (#269) 2023-12-18 17:02:23 -06:00
Dockerfile use private key in prod 2018-03-13 14:39:47 +09:00
LICENSE chore: update LICENSE 2023-07-11 11:36:12 +02:00
README.md Update README.md (#245) 2023-07-26 09:58:50 -04:00
app.json fix: ensure git found on trop runner (#304) 2024-09-04 13:35:10 +02:00
config.yml refactor: use gitdata API to push tree information (#231) 2022-09-29 04:16:02 -07:00
jest.config.js chore: move tests to top-level dir (#117) 2019-07-25 13:08:26 -07:00
package.json build: update most dev dependencies (#322) 2024-11-05 11:46:40 -08:00
tsconfig.json chore: deps updates (#260) 2023-07-13 21:47:14 +02:00
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.