automate the backporting process
Перейти к файлу
dependabot[bot] 66479441b2
build(deps): bump cross-spawn from 7.0.3 to 7.0.6 (#323)
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6.
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/master/CHANGELOG.md)
- [Commits](https://github.com/moxystudio/node-cross-spawn/compare/v7.0.3...v7.0.6)

---
updated-dependencies:
- dependency-name: cross-spawn
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-18 17:50:37 -06:00
.circleci
.github
.husky
design
docs
spec
src
typings
.eslintrc.json
.gitignore
.nvmrc
.prettierrc
Aptfile
CONTRIBUTING.md
Dockerfile
LICENSE
README.md
app.json
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.