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

Support custom messages (per project) #53

Closed
wants to merge 2 commits into from
Closed

Support custom messages (per project) #53

wants to merge 2 commits into from

Conversation

TBonnin
Copy link
Contributor

@TBonnin TBonnin commented Jun 8, 2017

Implementation of #52

Allow devs to specify for each checkpoint a set of files (one per status) which content would be appended to the PR comment.

{
  "url": "https://www.theguardian.com",
  "overdue": "15M",
  "messages": {
    "seen": "prout/seen.md",
    "overdue": "prout/overdue.md"
  }
}

TBonnin added 2 commits June 8, 2017 12:01
{
  "url": "https://www.theguardian.com",
  "overdue": "20M",
  "messages": {
    "seen": "prout/seen.md",
    "overdue": "prout/overdue.md"
  }
}
The value for each status would be the path of a file contained in the
repository
The file content would be appended to the comment if set.
If no custom message is set, the default string 'Please check your changes!' would be appended
@TBonnin TBonnin changed the title Support custom messages (per projects) Support custom messages (per project) Jun 8, 2017
@TBonnin
Copy link
Contributor Author

TBonnin commented Jun 8, 2017

Closing. I will reopen it from a branch in this repo rather than form my fork

@TBonnin TBonnin closed this Jun 8, 2017
@TBonnin TBonnin deleted the tbonnin/custom-messages branch June 8, 2017 15:52
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

Successfully merging this pull request may close these issues.

1 participant