Skip to content

Commit f01fb5f

Browse files
author
Hubot
committed
P U B L I S H 💡
1 parent c558374 commit f01fb5f

File tree

82 files changed

+414
-212
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+414
-212
lines changed

changes.atom

Lines changed: 19 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,31 @@
22
<feed xmlns="http://www.w3.org/2005/Atom">
33
<id>http://developer.github.com/</id>
44
<title>GitHub API Changes</title>
5-
<updated>2014-07-09T00:00:00Z</updated>
5+
<updated>2014-07-28T00:00:00Z</updated>
66
<link rel="alternate" href="http://developer.github.com/" />
77
<link rel="self" href="http://developer.github.com/changes.atom" />
88
<author>
99
<name>technoweenie</name>
1010
<uri>https://github.com/technoweenie</uri>
1111
</author>
12+
<entry>
13+
<id>tag:developer.github.com,2014-07-28:/changes/2014-07-28-assignee-and-label-actions-for-issue-events/</id>
14+
<title type="html">New assigned/labeled actions for issue and pull request events</title>
15+
<published>2014-07-28T00:00:00Z</published>
16+
<updated>2014-07-28T00:00:00Z</updated>
17+
<author>
18+
<name>jdpace</name>
19+
<uri>https://github.com/technoweenie</uri>
20+
</author>
21+
<link rel="alternate" href="http://developer.github.com/changes/2014-07-28-assignee-and-label-actions-for-issue-events/" />
22+
<content type="html">&lt;p&gt;As part of the &lt;a href="https://github.com/blog/1866-the-new-github-issues"&gt;new GitHub Issues&lt;/a&gt;, we’ve added new actions to the issues and pull requests webhook events: “labeled”, “unlabeled”, “assigned”, and “unassigned”. The payload will also include the respective assignee or label for these new actions.&lt;/p&gt;
23+
24+
&lt;p&gt;If you already have a &lt;a href="/webhooks/"&gt;webhook&lt;/a&gt; subscribed to the &lt;code&gt;issues&lt;/code&gt; or &lt;code&gt;pull_request&lt;/code&gt; events, you’ll start seeing these new actions immediately. The new events can also be fetched from the &lt;a href="/v3/issues/events/"&gt;issue events API&lt;/a&gt;.&lt;/p&gt;
25+
26+
&lt;p&gt;For more information, be sure to check out our documentation for the &lt;a href="/v3/activity/events/types/#issuesevent"&gt;IssuesEvent&lt;/a&gt; or &lt;a href="/v3/activity/events/types/#pullrequestevent"&gt;PullRequestEvent&lt;/a&gt;. If you have any questions or feedback, please &lt;a href="https://github.com/contact?form%5Bsubject%5D=New+Assigned+and+Labeled+Actions+for+Issues+and+Pull+Request+Events"&gt;drop us a line&lt;/a&gt;.&lt;/p&gt;
27+
28+
</content>
29+
</entry>
1230
<entry>
1331
<id>tag:developer.github.com,2014-07-09:/changes/2014-07-09-status-contexts-are-official/</id>
1432
<title type="html">The Combined Status API is official</title>
@@ -964,29 +982,6 @@ by owners of a Pages repo, whether it’s owned by an individual or an organizat
964982
on previous Pages builds.&lt;/p&gt;
965983

966984
&lt;p&gt;Enjoy!&lt;/p&gt;
967-
</content>
968-
</entry>
969-
<entry>
970-
<id>tag:developer.github.com,2014-02-10:/changes/2014-2-10-ping-event-for-webhooks/</id>
971-
<title type="html">Ping Event for Webhooks</title>
972-
<published>2014-02-10T00:00:00Z</published>
973-
<updated>2014-02-10T00:00:00Z</updated>
974-
<author>
975-
<name>kdaigle</name>
976-
<uri>https://github.com/technoweenie</uri>
977-
</author>
978-
<link rel="alternate" href="http://developer.github.com/changes/2014-2-10-ping-event-for-webhooks/" />
979-
<content type="html">&lt;p&gt;With the release of our &lt;a href="https://github.com/blog/1778-webhooks-level-up"&gt;new webhook UI&lt;/a&gt;, we included a new
980-
&lt;a href="/webhooks/#ping-event"&gt;ping event&lt;/a&gt; that webhooks will receive. When you
981-
create a new webhook, we will send this event as an initial test of the webhook.&lt;/p&gt;
982-
983-
&lt;p&gt;The ping is only informational, doesn’t need to be responded to in a specific way,
984-
and nothing bad will happen if you respond with an error. It’s just a quick
985-
“hello world” to let you know you set everything up correctly.&lt;/p&gt;
986-
987-
&lt;p&gt;We also added a &lt;a href="/v3/repos/hooks/#ping-a-hook"&gt;ping endpoint&lt;/a&gt; to the hooks API.
988-
By using ping instead of &lt;a href="/v3/repos/hooks/#test-a-push-hook"&gt;test&lt;/a&gt;, you can ensure
989-
you won’t be limited by the &lt;code&gt;push&lt;/code&gt; event requirement that the test endpoint has.&lt;/p&gt;
990985
</content>
991986
</entry>
992987
</feed>

changes/2012-10-14-rate-limit-changes/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ <h2 class="title">
8686
<h2>Recent Posts</h2>
8787
<ul class="headlines sidebar-module">
8888

89+
<li><a href="/changes/2014-07-28-assignee-and-label-actions-for-issue-events/">New assigned/labeled actions for issue and pull request events<br /><span class="date">July 28, 2014</span></a></li>
90+
8991
<li><a href="/changes/2014-07-09-status-contexts-are-official/">The Combined Status API is official<br /><span class="date">July 9, 2014</span></a></li>
9092

9193
<li><a href="/changes/2014-07-07-example-webhook-payloads/">New example webhook payloads<br /><span class="date">July 7, 2014</span></a></li>
@@ -100,8 +102,6 @@ <h2>Recent Posts</h2>
100102

101103
<li><a href="/changes/2014-05-19-deployments-api-updates/">New attributes for the Deployments API<br /><span class="date">May 19, 2014</span></a></li>
102104

103-
<li><a href="/changes/2014-05-09-improved-pagination-for-the-repository-commits-api/">Improved pagination for the Repository Commits API<br /><span class="date">May 9, 2014</span></a></li>
104-
105105
</ul>
106106

107107

changes/2012-10-17-org-members-redirection/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ <h2 class="title">
8888
<h2>Recent Posts</h2>
8989
<ul class="headlines sidebar-module">
9090

91+
<li><a href="/changes/2014-07-28-assignee-and-label-actions-for-issue-events/">New assigned/labeled actions for issue and pull request events<br /><span class="date">July 28, 2014</span></a></li>
92+
9193
<li><a href="/changes/2014-07-09-status-contexts-are-official/">The Combined Status API is official<br /><span class="date">July 9, 2014</span></a></li>
9294

9395
<li><a href="/changes/2014-07-07-example-webhook-payloads/">New example webhook payloads<br /><span class="date">July 7, 2014</span></a></li>
@@ -102,8 +104,6 @@ <h2>Recent Posts</h2>
102104

103105
<li><a href="/changes/2014-05-19-deployments-api-updates/">New attributes for the Deployments API<br /><span class="date">May 19, 2014</span></a></li>
104106

105-
<li><a href="/changes/2014-05-09-improved-pagination-for-the-repository-commits-api/">Improved pagination for the Repository Commits API<br /><span class="date">May 9, 2014</span></a></li>
106-
107107
</ul>
108108

109109

changes/2012-10-24-set-default-branch/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ <h2 class="title">
8383
<h2>Recent Posts</h2>
8484
<ul class="headlines sidebar-module">
8585

86+
<li><a href="/changes/2014-07-28-assignee-and-label-actions-for-issue-events/">New assigned/labeled actions for issue and pull request events<br /><span class="date">July 28, 2014</span></a></li>
87+
8688
<li><a href="/changes/2014-07-09-status-contexts-are-official/">The Combined Status API is official<br /><span class="date">July 9, 2014</span></a></li>
8789

8890
<li><a href="/changes/2014-07-07-example-webhook-payloads/">New example webhook payloads<br /><span class="date">July 7, 2014</span></a></li>
@@ -97,8 +99,6 @@ <h2>Recent Posts</h2>
9799

98100
<li><a href="/changes/2014-05-19-deployments-api-updates/">New attributes for the Deployments API<br /><span class="date">May 19, 2014</span></a></li>
99101

100-
<li><a href="/changes/2014-05-09-improved-pagination-for-the-repository-commits-api/">Improved pagination for the Repository Commits API<br /><span class="date">May 9, 2014</span></a></li>
101-
102102
</ul>
103103

104104

changes/2012-10-26-notifications-api/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,8 @@ <h2 id="polling">Polling</h2>
129129
<h2>Recent Posts</h2>
130130
<ul class="headlines sidebar-module">
131131

132+
<li><a href="/changes/2014-07-28-assignee-and-label-actions-for-issue-events/">New assigned/labeled actions for issue and pull request events<br /><span class="date">July 28, 2014</span></a></li>
133+
132134
<li><a href="/changes/2014-07-09-status-contexts-are-official/">The Combined Status API is official<br /><span class="date">July 9, 2014</span></a></li>
133135

134136
<li><a href="/changes/2014-07-07-example-webhook-payloads/">New example webhook payloads<br /><span class="date">July 7, 2014</span></a></li>
@@ -143,8 +145,6 @@ <h2>Recent Posts</h2>
143145

144146
<li><a href="/changes/2014-05-19-deployments-api-updates/">New attributes for the Deployments API<br /><span class="date">May 19, 2014</span></a></li>
145147

146-
<li><a href="/changes/2014-05-09-improved-pagination-for-the-repository-commits-api/">Improved pagination for the Repository Commits API<br /><span class="date">May 9, 2014</span></a></li>
147-
148148
</ul>
149149

150150

changes/2012-10-31-gist-comment-uris/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ <h2 class="title">
7474
<h2>Recent Posts</h2>
7575
<ul class="headlines sidebar-module">
7676

77+
<li><a href="/changes/2014-07-28-assignee-and-label-actions-for-issue-events/">New assigned/labeled actions for issue and pull request events<br /><span class="date">July 28, 2014</span></a></li>
78+
7779
<li><a href="/changes/2014-07-09-status-contexts-are-official/">The Combined Status API is official<br /><span class="date">July 9, 2014</span></a></li>
7880

7981
<li><a href="/changes/2014-07-07-example-webhook-payloads/">New example webhook payloads<br /><span class="date">July 7, 2014</span></a></li>
@@ -88,8 +90,6 @@ <h2>Recent Posts</h2>
8890

8991
<li><a href="/changes/2014-05-19-deployments-api-updates/">New attributes for the Deployments API<br /><span class="date">May 19, 2014</span></a></li>
9092

91-
<li><a href="/changes/2014-05-09-improved-pagination-for-the-repository-commits-api/">Improved pagination for the Repository Commits API<br /><span class="date">May 9, 2014</span></a></li>
92-
9393
</ul>
9494

9595

changes/2012-11-27-forking-to-organizations/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ <h2 class="title">
9393
<h2>Recent Posts</h2>
9494
<ul class="headlines sidebar-module">
9595

96+
<li><a href="/changes/2014-07-28-assignee-and-label-actions-for-issue-events/">New assigned/labeled actions for issue and pull request events<br /><span class="date">July 28, 2014</span></a></li>
97+
9698
<li><a href="/changes/2014-07-09-status-contexts-are-official/">The Combined Status API is official<br /><span class="date">July 9, 2014</span></a></li>
9799

98100
<li><a href="/changes/2014-07-07-example-webhook-payloads/">New example webhook payloads<br /><span class="date">July 7, 2014</span></a></li>
@@ -107,8 +109,6 @@ <h2>Recent Posts</h2>
107109

108110
<li><a href="/changes/2014-05-19-deployments-api-updates/">New attributes for the Deployments API<br /><span class="date">May 19, 2014</span></a></li>
109111

110-
<li><a href="/changes/2014-05-09-improved-pagination-for-the-repository-commits-api/">Improved pagination for the Repository Commits API<br /><span class="date">May 9, 2014</span></a></li>
111-
112112
</ul>
113113

114114

changes/2012-11-29-gitignore-templates/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ <h2 class="title">
118118
<h2>Recent Posts</h2>
119119
<ul class="headlines sidebar-module">
120120

121+
<li><a href="/changes/2014-07-28-assignee-and-label-actions-for-issue-events/">New assigned/labeled actions for issue and pull request events<br /><span class="date">July 28, 2014</span></a></li>
122+
121123
<li><a href="/changes/2014-07-09-status-contexts-are-official/">The Combined Status API is official<br /><span class="date">July 9, 2014</span></a></li>
122124

123125
<li><a href="/changes/2014-07-07-example-webhook-payloads/">New example webhook payloads<br /><span class="date">July 7, 2014</span></a></li>
@@ -132,8 +134,6 @@ <h2>Recent Posts</h2>
132134

133135
<li><a href="/changes/2014-05-19-deployments-api-updates/">New attributes for the Deployments API<br /><span class="date">May 19, 2014</span></a></li>
134136

135-
<li><a href="/changes/2014-05-09-improved-pagination-for-the-repository-commits-api/">Improved pagination for the Repository Commits API<br /><span class="date">May 9, 2014</span></a></li>
136-
137137
</ul>
138138

139139

changes/2012-12-04-List-comments-for-repo/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ <h2 class="title">
8989
<h2>Recent Posts</h2>
9090
<ul class="headlines sidebar-module">
9191

92+
<li><a href="/changes/2014-07-28-assignee-and-label-actions-for-issue-events/">New assigned/labeled actions for issue and pull request events<br /><span class="date">July 28, 2014</span></a></li>
93+
9294
<li><a href="/changes/2014-07-09-status-contexts-are-official/">The Combined Status API is official<br /><span class="date">July 9, 2014</span></a></li>
9395

9496
<li><a href="/changes/2014-07-07-example-webhook-payloads/">New example webhook payloads<br /><span class="date">July 7, 2014</span></a></li>
@@ -103,8 +105,6 @@ <h2>Recent Posts</h2>
103105

104106
<li><a href="/changes/2014-05-19-deployments-api-updates/">New attributes for the Deployments API<br /><span class="date">May 19, 2014</span></a></li>
105107

106-
<li><a href="/changes/2014-05-09-improved-pagination-for-the-repository-commits-api/">Improved pagination for the Repository Commits API<br /><span class="date">May 9, 2014</span></a></li>
107-
108108
</ul>
109109

110110

changes/2012-12-06-create-authorization-for-app/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ <h2 class="title">
9797
<h2>Recent Posts</h2>
9898
<ul class="headlines sidebar-module">
9999

100+
<li><a href="/changes/2014-07-28-assignee-and-label-actions-for-issue-events/">New assigned/labeled actions for issue and pull request events<br /><span class="date">July 28, 2014</span></a></li>
101+
100102
<li><a href="/changes/2014-07-09-status-contexts-are-official/">The Combined Status API is official<br /><span class="date">July 9, 2014</span></a></li>
101103

102104
<li><a href="/changes/2014-07-07-example-webhook-payloads/">New example webhook payloads<br /><span class="date">July 7, 2014</span></a></li>
@@ -111,8 +113,6 @@ <h2>Recent Posts</h2>
111113

112114
<li><a href="/changes/2014-05-19-deployments-api-updates/">New attributes for the Deployments API<br /><span class="date">May 19, 2014</span></a></li>
113115

114-
<li><a href="/changes/2014-05-09-improved-pagination-for-the-repository-commits-api/">Improved pagination for the Repository Commits API<br /><span class="date">May 9, 2014</span></a></li>
115-
116116
</ul>
117117

118118

0 commit comments

Comments
 (0)