This is part of @datarockets infrastructure
A GitHub App built with Probot that A Probot app
What it does
-
It can change status to "delivered" as soon as the PR was merged.
Once pull request has been merged it tries to find
pivotaltracker.com/story/show/:id
in the body, if there is any we take the first and consider it as related Story on Pivotal. The status is changed to "delivered" after that.Merging of following PR will change the status of
#166327547
story to delivered:
Setup
# Install dependencies
yarn install
# Run the bot in dev mode
yarn dev
# Run the bot in production mode
yarn start