1
0
mirror of synced 2025-12-21 19:06:49 -05:00
Commit Graph

229 Commits

Author SHA1 Message Date
Laura Coursen
79ac32ba39 Fix content issues for CommonMark migration (#42049) 2023-09-06 12:48:52 +00:00
Sarah Edwards
dd888d14f6 Add webhook best practices article (#41818) 2023-09-05 20:46:49 +00:00
Loïc Ledoyen
70f89c3e84 Fix typo (#27850) 2023-08-30 16:51:59 +00:00
Yoshiya Hinosawa
532f80f498 Add note about emails sent from GitHub at app permissions change (#27299)
Co-authored-by: Jess Hosman <1183847+jhosman@users.noreply.github.com>
Co-authored-by: Courtney Wilson <77312589+cmwilson21@users.noreply.github.com>
2023-08-22 13:10:03 +00:00
David Morris
de0755b5e1 Make it "your app" instead of "you app" (#40968) 2023-08-18 11:43:31 +00:00
Luke Martin
79a8bc7380 Update authenticating-as-a-github-app-installation.md (#27409) 2023-08-14 16:20:10 +00:00
Sarah Edwards
5e5b8a8d04 Document the new X-GitHub-Valid-Permissions header (#39680)
Co-authored-by: Joe Clark <31087804+jc-clark@users.noreply.github.com>
2023-08-10 19:12:43 +00:00
Joe Clark
2e0e81bd06 Enterprise bug fixes for the week of July 17th (#39896)
Co-authored-by: Jules <19994093+jules-p@users.noreply.github.com>
2023-08-10 17:48:23 +00:00
Yoshiya Hinosawa
b4359c33e2 fix github actions file location: .workflows -> .github/workflows (#27220)
Co-authored-by: Courtney Wilson <77312589+cmwilson21@users.noreply.github.com>
2023-08-09 13:43:01 +00:00
Rachael Rose Renk
11aed5ecbe Marketplace support for self-serve Enterprise Accounts - [GA] (#37697)
Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
Co-authored-by: Melanie Yarbrough <11952755+myarb@users.noreply.github.com>
2023-08-03 13:52:08 +00:00
Hirsch Singhal
b7f9429cc8 Update making-your-github-app-available-for-github-enterprise-server.md (#40185) 2023-08-02 23:34:03 +00:00
Laura Coursen
ef174786ee Align billing terminology and provide high-level overview (#38305)
Co-authored-by: Robert Sese <734194+rsese@users.noreply.github.com>
2023-07-28 08:31:53 +00:00
Sarah Edwards
aab05b6555 Internal OAuth Apps (#37823)
Co-authored-by: Steve Guntrip <stevecat@github.com>
2023-07-27 22:42:33 +00:00
Felicity Chapman
711de46e91 Update RuboCop docs links (#39575) 2023-07-24 08:47:39 +00:00
Jess Hosman
e4c634dd8f Fix broken link (#39447) 2023-07-21 21:49:20 +00:00
Rachael Sewell
c2d6be4e22 fix spacing content lint rules (#39332) 2023-07-20 21:52:41 +00:00
Rachael Sewell
2510bc6731 fix ul style markdown rule (#39329) 2023-07-20 21:34:23 +00:00
Sarah Edwards
e716046bb4 Clarify wording around sharing app code with GHES (#38408)
Co-authored-by: Joe Clark <31087804+jc-clark@users.noreply.github.com>
2023-07-20 18:10:31 +00:00
Indigo
8db5a66344 Add more error types to OAuth token request troubleshooting (#36869)
Co-authored-by: skedwards88 <skedwards88@github.com>
2023-07-20 17:19:18 +00:00
Jess Hosman
1fda56a199 Add missing code block languages for API, events, and Apps docs (#39180) 2023-07-18 20:50:11 +00:00
Sophie
a51680c0b2 [Improvement]: Receiving payment for app purchases - Payout timeline (#39149) 2023-07-18 07:12:38 +00:00
Michael Pfister
972ca3132d Added a missing dependency to building-a-github-app-that-responds-to-… (#26667)
Co-authored-by: Sarah Edwards <skedwards88@github.com>
2023-07-14 20:58:31 +00:00
Sarah Edwards
f2ebc6036d Add missing intro (#39108)
Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
2023-07-14 16:25:52 +00:00
Sarah Edwards
21e97474ef Convert Apps webhook article to use annotations (#39001) 2023-07-14 16:18:01 +00:00
Fanny
58e7d486da docs: fix typos (#26646) 2023-07-13 20:13:55 +00:00
Sarah Edwards
247d27cb35 Use plural app variables (#38856) 2023-07-11 15:31:44 +00:00
Hirsch Singhal
62e2d60fe8 Remove wording about client secrets (#36312)
Co-authored-by: Jess Hosman <1183847+jhosman@users.noreply.github.com>
Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
2023-07-10 13:21:44 +00:00
Sarah Edwards
36e72e77ba Delete old article about apps (#38713)
Co-authored-by: Jess Hosman <1183847+jhosman@users.noreply.github.com>
2023-06-30 01:36:13 +00:00
Jess Hosman
eed28159ed Resolved merge conflict by deleting old tutorial file 2023-06-29 18:44:23 -06:00
Jess Hosman
f59a574bcc Use a separate test repo to test the app 2023-06-29 18:39:20 -06:00
Jess Hosman
9bf8ad8adb Update punctuation and quotes for new style rule plus some tiny misc fixes 2023-06-29 17:06:28 -06:00
Jess Hosman
d606b1a10f Ruby not javascript 2023-06-29 10:29:53 -06:00
Jess Hosman
b15d93730d Incorporate feedback from @skedwards88 2023-06-29 10:29:18 -06:00
Jess Hosman
bd0dcac5fc Incoporate feedback from @jakewilkins 2023-06-29 10:29:18 -06:00
Jess Hosman
8519f22178 Update content/apps/creating-github-apps/writing-code-for-a-github-app/building-ci-checks-with-a-github-app.md
Co-authored-by: Sarah Edwards <skedwards88@github.com>
2023-06-29 10:28:46 -06:00
Jess Hosman
1034e2ab91 Update content/apps/creating-github-apps/writing-code-for-a-github-app/building-ci-checks-with-a-github-app.md
Co-authored-by: Jake Wilkins <jakewilkins@github.com>
2023-06-29 10:08:58 -06:00
Jess Hosman
61044952f4 Update content/apps/creating-github-apps/writing-code-for-a-github-app/building-ci-checks-with-a-github-app.md
Co-authored-by: Sarah Edwards <skedwards88@github.com>
2023-06-28 20:04:50 -06:00
Jess Hosman
4048bd2f6b Incorporate review feedback from @skedwards88 2023-06-28 20:03:41 -06:00
Jess Hosman
97ab2cad9c Apply suggestions from code review
Co-authored-by: Sarah Edwards <skedwards88@github.com>
2023-06-28 19:48:59 -06:00
Jess Hosman
5dfe0482e9 Incorporate feedback from @skedwards88 2023-06-28 19:44:55 -06:00
Jess Hosman
267c2a238d Move rubocop para back to where it was 2023-06-28 19:39:09 -06:00
Jess Hosman
a82a277b11 Modify the title of part 2 for clarity 2023-06-28 19:38:02 -06:00
Jess Hosman
34b3cd4686 Use backticks around before filter 2023-06-28 19:26:02 -06:00
Jess Hosman
11f89ac909 More specific wording to locate current location in code 2023-06-28 19:24:51 -06:00
Jess Hosman
3cb39956dd Clarify pull request step in test the code procedure 2023-06-28 19:09:35 -06:00
Jess Hosman
46bbb35d7d Update code spacing 2023-06-28 19:04:55 -06:00
Jess Hosman
d3f1d27511 Apply suggestions from code review
Co-authored-by: Sarah Edwards <skedwards88@github.com>
2023-06-28 19:04:41 -06:00
Jess Hosman
d1538960a2 Apply suggestions from code review
Co-authored-by: Sarah Edwards <skedwards88@github.com>
2023-06-28 18:34:26 -06:00
Jess Hosman
48b0dc8e8b Incoporate feedback from review 2023-06-28 18:17:40 -06:00
Jess Hosman
202ebe6923 Apply suggestions from code review
Co-authored-by: Sarah Edwards <skedwards88@github.com>
2023-06-28 18:06:57 -06:00