automate the backporting process
Перейти к файлу
Shelley Vohr f65e754f3d
fix: remove needs-manual label from original PR (#306)
* fix: remove needs-manual label from original PR

* Update src/utils.ts

Co-authored-by: David Sanders <dsanders11@ucsbalum.com>

---------

Co-authored-by: David Sanders <dsanders11@ucsbalum.com>
2024-09-11 15:28:33 +02:00
.circleci chore: bump electronjs/node in .circleci/config.yml to 2.3.0 (#298) 2024-06-12 14:34:00 -07:00
.github ci: bump action-semantic-pull-request version (#288) 2024-04-29 09:40:51 -04: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 chore: update manual backport readme and trop comment with `e backport` command (#272) 2024-03-25 17:41:17 -05:00
spec test: remove sinon usage (#307) 2024-09-10 20:56:34 -07:00
src fix: remove needs-manual label from original PR (#306) 2024-09-11 15:28:33 +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 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 test: remove sinon usage (#307) 2024-09-10 20:56:34 -07:00
tsconfig.json chore: deps updates (#260) 2023-07-13 21:47:14 +02:00
yarn.lock build(deps): bump express from 4.19.2 to 4.20.0 (#308) 2024-09-10 22:21:20 -07: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.