automate the backporting process
Перейти к файлу
Shelley Vohr c8c9cf4e33
refactor: improve branch support logic (#301)
2024-08-22 15:38:01 +02:00
.circleci
.github
.husky
design
docs
spec test: add test for updateBackportValidityCheck (#289) 2024-08-19 09:47:33 +02:00
src refactor: improve branch support logic (#301) 2024-08-22 15:38:01 +02:00
typings
.eslintrc.json
.gitignore
.nvmrc
.prettierrc
CONTRIBUTING.md
Dockerfile
LICENSE
README.md
app.json build: pin to heroku-22 stack (#302) 2024-08-20 18:53:31 -07:00
config.yml
jest.config.js
package.json
tsconfig.json
yarn.lock

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.