Skip to content
This repository was archived by the owner on Jan 31, 2019. It is now read-only.

Commit cb04ca5

Browse files
committed
Add note to body indicating deprecation
1 parent ad13547 commit cb04ca5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

lib/services/email.rb

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,12 @@ def mail_body
192192

193193
body << compare_text unless single_commit?
194194

195-
body
195+
body << <<-NOTE
196+
197+
**NOTE:** GitHub Services have been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/).
198+
199+
Functionality will be removed from GitHub.com on October 1, 2018.
200+
NOTE
196201
end
197202

198203
# Public

0 commit comments

Comments
 (0)