automate the backporting process
Перейти к файлу
Shelley Vohr d03bcb88d4
build: switch to ESLint from TSLint (#261)
2023-07-26 22:23:58 +02:00
.circleci ci: update Node.js Docker image (#213) 2022-01-24 11:45:01 -05:00
.github build: add semantic commit action 2022-05-23 15:57:16 +02:00
.husky chore: update misc deps (#191) 2021-04-21 10:07:26 +02:00
design add icon (#33) 2018-03-28 13:58:51 -05:00
docs docs: remove outdated example config (#247) 2023-02-27 15:19:57 +01:00
spec chore: deps updates (#260) 2023-07-13 21:47:14 +02:00
src build: switch to ESLint from TSLint (#261) 2023-07-26 22:23:58 +02: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 ci: update Node.js Docker image (#213) 2022-01-24 11:45:01 -05: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
CODE_OF_CONDUCT.md initial commit of scaffolding 2018-03-09 13:52:38 -06:00
CONTRIBUTING.md initial commit of scaffolding 2018-03-09 13:52:38 -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 feat: remove need for fork user and fork token (#95) 2019-04-22 14:49:30 -07: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: switch to ESLint from TSLint (#261) 2023-07-26 22:23:58 +02:00
tsconfig.json chore: deps updates (#260) 2023-07-13 21:47:14 +02:00
yarn.lock build: switch to ESLint from TSLint (#261) 2023-07-26 22:23:58 +02: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.