зеркало из https://github.com/electron/trop.git
30346e2f34
Bumps [express](https://github.com/expressjs/express) from 4.19.2 to 4.20.0. - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](https://github.com/expressjs/express/compare/4.19.2...4.20.0) --- updated-dependencies: - dependency-name: express dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
---|---|---|
.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
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.