This is part of @datarockets infrastructure
A GitHub App built with Probot that A Probot app
-
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/:idin 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
#166327547story to delivered:
# Install dependencies
yarn install
# Run the bot in dev mode
yarn dev
# Run the bot in production mode
yarn start