1
0
mirror of synced 2025-12-22 11:26:57 -05:00
Commit Graph

78 Commits

Author SHA1 Message Date
Dave Syer
f827bbc657 Spelling error in section header 2022-11-08 15:41:31 +00:00
Tim Rogers
6b1c6174d0 Add docs for the new "webhook forwarding" GitHub CLI feature (#32040)
Co-authored-by: Sarah Edwards <skedwards88@github.com>
2022-11-04 10:33:14 +00:00
Rachael Sewell
3e998f61d5 use azure blob storage for archived enterprise versions (#31883)
Co-authored-by: Laura Coursen <lecoursen@github.com>
Co-authored-by: mchammer01 <42146119+mchammer01@users.noreply.github.com>
2022-10-25 12:03:38 -07:00
Sarah Edwards
bc6d68a82d Remove incorrect versioning tag (#31907) 2022-10-24 15:54:15 +00:00
Victor Lin
6a416d6260 webhooks/workflow_dispatch: Document that ref can be a tag (#21463) 2022-10-18 20:38:53 +00:00
Mike McQuaid
3c9944c9a3 merge_group: add more data to webhooks. (#31644) 2022-10-14 17:40:37 +00:00
Steve Richert
71ead022e1 Document the beta dependabot_alert webhook (#31199) 2022-10-06 17:58:04 +00:00
Janice
67f31c0206 Merge branch 'main' into codewithdev-changes 2022-10-04 11:57:26 +02:00
Steve Richert
c3f3b8f177 Swap in customer-understandable GitHub App permission names (#31376)
Co-authored-by: skedwards88 <skedwards88@github.com>
2022-10-03 19:20:10 +00:00
Dev Prakash Sharma
b8d8bd9c5c Merge branch 'codewithdev-changes' of https://github.com/codewithdev/docs into codewithdev-changes 2022-10-03 00:47:05 +05:30
Dev Prakash Sharma
d14b2413de updated code-examples 2022-10-03 00:46:57 +05:30
Dev Prakash Sharma
fdb5e95bca Merge branch 'main' into codewithdev-changes 2022-10-03 00:29:29 +05:30
Dev Prakash Sharma
b72f008d85 Remove the emphasize tags and updated attributes style 2022-10-03 00:21:32 +05:30
Ariel Deitcher
2138de703e add enqueued and dequeued actions to pull request webhook (#31289)
Co-authored-by: Steve Guntrip <stevecat@github.com>
2022-09-30 20:41:56 +00:00
Sarah Schneider
b7f48ea2c1 Support GHAE internal-only semantic versioning (#29178)
Co-authored-by: Peter Bengtsson <mail@peterbe.com>
Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
2022-09-22 08:26:58 +02:00
Jerry Kindall
a61e452156 correct casing of x-hub-signature headers
The header as it is sent is `x-hub-signature` not `X-Hub-Signature`. Casing won't matter if you're getting the header from an environment variable under Apache, as in the Ruby example here (Apache uppercases it and swaps in underscores for hyphens), but in other frameworks you'll need the correct casing to get the header out of a hash/dict. (e.g. AWS Lambda function URL, the headers come as part of a JSON object and you need the correct casing)
2022-08-24 10:44:48 -07:00
Tim Rogers
e55f3f21eb Document that extremely large diffs may be omitted from the push webhook payload (#29273) 2022-08-10 16:07:13 +00:00
Andy Barnes
d235de2bd0 bump branch protection to > 3.3 (#29544)
Co-authored-by: Vanessa <vgrl@github.com>
2022-08-03 00:14:06 +00:00
Jenni Christensen
c638500950 Merge branch 'main' into mntlty/merge_queue_action 2022-08-02 11:36:28 -07:00
Ariel Deitcher
aadfc206a9 code review feedback 2022-07-28 20:48:50 +00:00
Ariel Deitcher
2410dfa77e suggestion from code review 2022-07-28 20:38:32 +00:00
Ariel Deitcher
f12acebfa1 Apply suggestions from code review
Co-authored-by: Will Smythe <willsmythe@github.com>
2022-07-28 13:37:21 -07:00
Ariel Deitcher
8c683483f6 Apply suggestions from code review
Co-authored-by: Sarah Edwards <skedwards88@github.com>
2022-07-28 13:26:25 -07:00
Sarita Iyer
a0c33a9275 Merge branch 'main' into github-community-org-level-discussion 2022-07-28 13:56:13 -04:00
Ariel Deitcher
4cbd415b42 Apply suggestions from code review
Co-authored-by: Sarah Edwards <skedwards88@github.com>
2022-07-27 16:13:07 -07:00
Ariel Deitcher
112f4ceee2 add merge_group webhook 2022-07-27 17:57:03 +00:00
Steve Guntrip
bc899dec01 Projects GA 2022-07-27 15:55:35 +01:00
Sarita Iyer
23aa548768 update community links to eventual prod link 2022-07-20 15:33:26 -04:00
Sarita Iyer
f9e2a69d26 initial link/variable updates for GitHub Community discussions 2022-07-20 15:25:43 -04:00
Sarah Edwards
28deb383b4 Remove hardcoded links from GHEC docs to FPT GraphQL docs (#28973) 2022-07-12 16:54:51 +00:00
Sarah Edwards
3eb89c4aab Document security_and_analysis webhook (#28380)
Co-authored-by: Vanessa <vgrl@github.com>
2022-06-14 14:50:16 +00:00
Sarah Schneider
f44578572c Ran script/content-migrations/convert-if-to-ifversion.js 2022-06-06 18:13:12 -04:00
Peter Bengtsson
d014f36222 fix external redirects (#28063)
* fix external redirects

* oops

* feedbacked
2022-06-02 02:06:29 +00:00
Sarah Edwards
a7a5d07805 Projects (beta) webhooks (#28032)
Co-authored-by: Omer Bensaadon <omerbensaadon@github.com>
2022-06-01 17:54:23 +00:00
PSJ
45745700a3 Merge branch 'main' into workflow_dispatch-webhook-info 2022-05-18 21:28:32 +05:30
PSJ
59e22d4064 Merge branch 'main' into workflow_dispatch-webhook-info 2022-05-17 21:50:56 +05:30
Octomerger Bot
6b668fcbd8 Merge branch 'main' into repo-sync 2022-05-17 10:56:17 -05:00
Hector Alfaro
c7bbfe4efa Merge branch 'main' into hectorsector/redundant-version 2022-05-17 11:43:25 -04:00
Steve Ward
1060fac13b Merge branch 'main' into patch-2 2022-05-17 11:32:29 -04:00
Matt Pollard
52f7aaf271 GitHub AE May 2022 update (#27179) 2022-05-17 16:59:26 +02:00
Mingjie Jiang
f219e4a6ba Fix broken doc link for 'secure_compare'
Branch renamed from 'master' to 'main', link is not updated.
2022-05-16 20:23:13 -05:00
Hector Alfaro
08ca047c87 remove unnecessary conditionals from content files 2022-05-13 14:32:50 -04:00
PSJ
0e0f0f3e80 Fix typo 2022-05-09 11:14:03 +05:30
PSJ
61300f22fb Add desc table for workflow_dispatch payload 2022-05-09 09:52:20 +05:30
Laura Coursen
9f6d3b169c Enterprise bug fixes for the week of April 18, 2022 (#27124) 2022-04-25 17:58:50 +00:00
Sarah Edwards
6189de4d25 add pr thread event (#26909) 2022-04-19 20:14:18 +00:00
Sarah Edwards
345a950ad5 API preview follow up (#26914) 2022-04-19 20:06:18 +00:00
Matt Pollard
c999ebfe11 Remove fpt versioning for secret scanning REST API reference article (#26869) 2022-04-19 08:34:06 +00:00
Mariam
509946c439 [Shipping April 4, 2022] Expand secret scanning webhooks to include alert locations (#26394)
Co-authored-by: Grey Baker <greysteil@gmail.com>
Co-authored-by: Sarah Edwards <skedwards88@github.com>
Co-authored-by: Melanie Yarbrough <11952755+myarb@users.noreply.github.com>
2022-04-04 16:20:15 +00:00
mc
7b405ec6b1 Supply chain restructuring (#26105)
* reorganize supply chain docs
2022-03-17 17:31:04 +00:00