Skip to content

Commit 3a6c7cb

Browse files
author
Hubot
committed
Sync changes from upstream repository
1 parent c626094 commit 3a6c7cb

File tree

7 files changed

+5
-4
lines changed

7 files changed

+5
-4
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ GEM
4141
activesupport
4242
html-pipeline (>= 1.11)
4343
rouge (~> 1.8)
44-
html-proofer (2.6.1)
44+
html-proofer (2.6.4)
4545
activesupport (~> 4.2)
4646
addressable (~> 2.3)
4747
colored (~> 1.2)

Rakefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,10 @@ task :run_proofer do
4343
%r{help\.github\.com/enterprise/admin/} => "help.github.com/enterprise/#{config[:versions][0]}/admin/",
4444
%r{help\.github\.com/enterprise/user/} => "help.github.com/enterprise/#{config[:versions][0]}/user/"
4545
}
46-
HTML::Proofer.new("./output", :href_ignore => ignored_links, :href_swap => href_swap).run
46+
HTML::Proofer.new("./output", \
47+
:href_ignore => ignored_links, \
48+
:href_swap => href_swap, \
49+
:parallel => { :in_processes => 5 }).run
4750
end
4851

4952
desc "Remove the tmp dir"

assets/images/personal_token.png

102 KB
Loading

content/webhooks/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,7 @@ organization (`organization`) and/or repository (`repository`) which the event
8484
occurred on.
8585

8686
{{#tip}}
87-
8887
**Note:** Payloads are capped at 5 MB. If your event generates a larger payload, a webhook will not be fired. This may happen, for example, on a `create` event if many branches or tags are pushed at once. We suggest monitoring your payload size to ensure delivery.
89-
9088
{{/tip}}
9189

9290
### Delivery headers
-17 KB
Binary file not shown.
17 KB
Binary file not shown.
17 KB
Binary file not shown.

0 commit comments

Comments
 (0)