Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow custom messages on a per-project basis #52

Open
rtyley opened this issue Jun 6, 2017 · 0 comments
Open

Allow custom messages on a per-project basis #52

rtyley opened this issue Jun 6, 2017 · 0 comments

Comments

@rtyley
Copy link
Member

rtyley commented Jun 6, 2017

Driven by @TBonnin on the Frontend team, let's try to drive a short snippet of infromation to the developer, at the exact moment they need it.

Configuration might look like:

{
    "checkpoints": {
        "PROD": {
            "url": "https://frontend.gutools.co.uk/deploys?stage=PROD&pageSize=50",
            "overdue": "30M"
            "messages": {
              "seen" : "README.md"
              "overdue" : "docs/bad-deploy.md"
            }
        }
    }
}

This would insert the text instead of the default "Please check your changes!" message.

image

Probably require adding a Map[PullRequestCheckpointStatus,String-Path-Thing] to the CheckpointDetails case class.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant