Skip to content

Github application which verifies whether a milestone has been set on a PR or not

License

Notifications You must be signed in to change notification settings

prisma/milestone-check

 
 

Repository files navigation

Prisma's Milestone Check

This is a fork of @scholzj's milestone-check with some customization.

Github application which verifies whether a milestone has been set on a PR or not. The result is used as a status on the PR / last commit in the PR. If your projects wants all PRs to have a milestone set, this GitHub application will make it easier to track whether they have it or not.

Development

Milestone Check is built with Probot framework.

Setup

# Install dependencies
npm install

# Run locally for development
npm run dev

Deployment

Fork extra features

  • Renovate bot is ignored so automerge can happen when all tests are passing
  • Milestone check will fail if the name of the milestone starts with "Backlog"

Contributing

If you have suggestions for how Milestone Check could be improved, or want to report a bug, open an issue! We'd love all and any contributions.

For more, check out the Contributing Guide.

License

ISC © 2019 Jakub Scholz github@scholzj.com

About

Github application which verifies whether a milestone has been set on a PR or not

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.2%
  • Dockerfile 8.4%
  • Shell 3.4%