Skip to content

Commit

Permalink
Revert back to using just markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
robbyoconnor committed Jan 3, 2017
1 parent 7b80295 commit 0c6091d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dangerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ pr_author = github.pr_author
message "Hi @#{pr_author} thank you for your submission at Fossasia's GCI 2016 website. Please correct any issues above, if any."

# include link unless provided.
message = ":link: Maintainers: @#{pr_author} did not provide a live :link:, one can be found at https://#{pr_author}.github.io/gci16.fossasia.org"
message "#{markdown message }" unless github.pr_body.include? 'http'
markdown ":link: Maintainers: @#{pr_author} did not provide a live link, one can be found at https://#{pr_author}.github.io/gci16.fossasia.org" unless github.pr_body.include? 'http'

# Check if a Pull Request is mergeable and warn if you have merge issues
can_merge = github.pr_json['mergeable']
Expand Down

0 comments on commit 0c6091d

Please sign in to comment.