We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fab2e61 commit 3646c32Copy full SHA for 3646c32
src/event-actions/all.coffee
@@ -84,7 +84,7 @@ module.exports =
84
85
page = pages[0]
86
87
- callback "[#{repo_link}] Wiki page: #{page.page_name} #{page.action} by #{sender.login}"
+ callback "[#{repo_link}] Wiki page #{page.page_name} (#{page.html_url}) #{page.action} by #{sender.login}"
88
89
issues: (adapter, data, callback) ->
90
issue = data.issue
0 commit comments