Skip to content

Commit e8392a2

Browse files
committed
more testing
1 parent fc9884d commit e8392a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs-repo-monitor/app.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@
5959

6060
client = Octokit::Client.new :access_token => ENV['git_token']
6161
@pr = JSON.parse(request.body.read)
62-
##if @pr['action'] == "opened"
62+
if @pr['action'] == "opened"
6363
@repo = @pr['repo']['full_name']
6464
@num = @pr['number']
6565
client.add_comment(@repo, @num, "Docs team: find out if these changes need to be made to the master-pws branch as well, if so cherry-pick them.")
66-
##end
66+
end
6767
end

0 commit comments

Comments
 (0)