Skip to content
/ trop Public

automate the backporting process

License

Notifications You must be signed in to change notification settings

electron/trop

Folders and files

NameName
Last commit message
Last commit date
Oct 26, 2024
Apr 29, 2024
Apr 21, 2021
Mar 28, 2018
Mar 25, 2024
Oct 25, 2024
Oct 25, 2024
Jul 13, 2023
Jul 26, 2023
Dec 20, 2023
Jan 17, 2023
May 21, 2020
Sep 4, 2024
Dec 18, 2023
Mar 13, 2018
Jul 11, 2023
Jul 26, 2023
Sep 4, 2024
Sep 29, 2022
Jul 25, 2019
Oct 25, 2024
Jul 13, 2023
Oct 25, 2024

Repository files navigation

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.