1
0
mirror of synced 2025-12-30 12:02:01 -05:00
Commit Graph

428 Commits

Author SHA1 Message Date
Jules
3a9b128c16 Merge branch 'main' into add-missing-step-oauth 2022-10-05 08:53:00 +02:00
Jules
b2a2f2a74e Tweak wording
Tweaks wording to align with style guide
2022-10-05 08:25:09 +02:00
Steve Richert
a3e975955a Add a "Dependabot alerts" section in GitHub Apps permission docs (#31430)
Co-authored-by: skedwards88 <skedwards88@github.com>
2022-10-04 23:49:06 +00:00
Steve Richert
1312b68b8a Improve GitHub app permissions page terminology (#31415) 2022-10-04 23:28:24 +00:00
Steve Ward
2b74833268 Merge branch 'main' into add-missing-step-oauth 2022-10-04 16:06:42 -04:00
PSJ
6be4f5cbe5 Link to image 2022-10-04 22:26:02 +05:30
Octomerger Bot
db282bd4da Merge branch 'main' into repo-sync 2022-10-04 09:27:04 -07:00
Octomerger Bot
d7054fa2ed Merge pull request #21080 from github/repo-sync
repo sync
2022-10-04 09:25:45 -07:00
Isaac Brown
1edfd12d29 Quickstart for writing on GitHub (#31138)
Co-authored-by: github-actions <github-actions@github.com>
Co-authored-by: Jules <19994093+jules-p@users.noreply.github.com>
2022-10-04 16:01:48 +00:00
Janice
67f31c0206 Merge branch 'main' into codewithdev-changes 2022-10-04 11:57:26 +02:00
PSJ
f1c13c59f0 Grammar fix 2022-10-04 12:05:35 +05:30
PSJ
19568e98f2 Add additional step
WIP: Picture needs to be inserted.
2022-10-04 12:04:41 +05:30
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
Ethan Palm
69ce3069c1 Apply suggestions from code review 2022-10-03 11:11:29 -07: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
Jules
5bbf95add5 [2022-09-30]: Allow org admins to disable app installation requests from outside collaborators (#31188)
Co-authored-by: github-actions <github-actions@github.com>
2022-09-30 15:40:05 +00:00
Aakash Shah
01519f151f Update partner payload (#31025) 2022-09-27 12:04:20 -07:00
Courtney Wilson
4b1c867e89 Merge branch 'main' into patch-2 2022-09-22 12:40:13 -05: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
Sarah Edwards
e48c2b566d Add information about choosing which API to use (#30781)
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
2022-09-21 23:14:46 +00:00
Kilian Perrier
3895c87fc7 📝 Fix github.event object attibute repository
The documentation show an attribute `repo` inside `github.event` that doesn't exist. It is spelled `repository`.
2022-09-21 11:33:11 +02:00
Ritesh Aggarwal
4de4d20a4f Add missing bracket in issue-event-types.md 2022-09-08 15:37:56 +05:30
Hashim Aliyu Hashim
7496040453 update Github-developer program Md punctuation.
Added some punctuations in the Docs
2022-08-31 21:41:56 +01:00
Sarah Edwards
6090df7c5a Use Bearer instead of token in Authorization header for REST examples (#30351)
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
2022-08-31 16:32:06 +00:00
Steffen Hiller
8f390cbeec Clarify GitHub Apps rate limit for enterprise organizations 2022-08-30 12:46:31 +00:00
Octomerger Bot
c915ea1fa7 Merge branch 'main' into repo-sync 2022-08-29 10:53:37 -04:00
Laura Coursen
2a33bcf0fc Enterprise bug fixes for the week of August 22, 2022 (#30308) 2022-08-29 14:11:26 +00: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
Sophie
860e2fcc81 Merge branch 'main' into sophietheking-delete-mentions-deprecated-apis 2022-08-24 14:55:51 +02:00
Steve Guntrip
90ea943a15 Create a landing page for "Developers" 2022-08-22 13:30:26 +00:00
Hirsch Singhal
eb1cfb37a7 Add Enterprise OAuth scopes (#29633) 2022-08-18 21:40:35 +00:00
Sophie
6f6a2482c4 deletes mentions of deprecated APIs 2022-08-18 11:46:52 +02: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
Courtney Wilson
739754a9e7 Merge branch 'main' into patch-2 2022-07-27 12:54:09 -05:00
Steve Guntrip
bc899dec01 Projects GA 2022-07-27 15:55:35 +01:00
James Martin
6285414715 Make it clearer that repo scope grants access beyond repositories (E.g. orgs/users etc.) (#29345) 2022-07-27 07:21:56 +00:00
Yᴏsʜɪᴛʜᴀ Rᴀᴛʜɴᴀʏᴀᴋᴇ
e7bb6526fd Update github-developer-program.md 2022-07-22 18:45:56 +05:30