Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
aca02b6
Pull in content from dev env tutorial and repo
jhosman Jun 5, 2023
301ecbe
renamed 1 files
jhosman Jun 5, 2023
3ad86a2
set redirect_from on 1 files
jhosman Jun 5, 2023
bfe85b6
Rename article
jhosman Jun 5, 2023
de58dd6
Move protected branches info to rest guide
jhosman Jun 6, 2023
191033d
More content updates
jhosman Jun 6, 2023
88a3d17
More content updates
jhosman Jun 6, 2023
619dfad
More content updates
jhosman Jun 8, 2023
336b144
Fix merge conflict
jhosman Jun 8, 2023
c3f3269
Move lone reusable into main text
jhosman Jun 8, 2023
b3ada70
More content updates
jhosman Jun 9, 2023
ceb2383
More tutorial updates
jhosman Jun 13, 2023
cdacdb7
More updates
jhosman Jun 13, 2023
58ac9c1
More updates
jhosman Jun 14, 2023
dfdba48
More updates
jhosman Jun 15, 2023
93a6381
Merge branch 'main' into jhosman-10037-checks-CI-tutorial
jhosman Jun 15, 2023
2a0f986
More updates
jhosman Jun 15, 2023
1bf3925
More updates
jhosman Jun 15, 2023
262c52b
Code fixes
jhosman Jun 17, 2023
c250752
Merge main
jhosman Jun 19, 2023
91bbe91
More tutorial updates
jhosman Jun 20, 2023
10666f8
Merge branch 'main' into jhosman-10037-checks-CI-tutorial
jhosman Jun 21, 2023
8a44354
Fix code blocks for commonmark compliance
jhosman Jun 21, 2023
7acced1
Misc link fixes for style
jhosman Jun 21, 2023
b20f1ac
Fix links for style
jhosman Jun 23, 2023
61f0c8a
Merge branch 'main' into jhosman-10037-checks-CI-tutorial
jhosman Jun 23, 2023
841b572
Misc fix
jhosman Jun 23, 2023
a3f462e
Update link
jhosman Jun 23, 2023
ee2127b
Apply suggestions from code review
jhosman Jun 28, 2023
8cfb6c7
Delete old article
jhosman Jun 28, 2023
5bcdb92
Update order of webhook url procedure steps
jhosman Jun 29, 2023
2ce20e4
Incorporate feedback from @skedwards88
jhosman Jun 29, 2023
202ebe6
Apply suggestions from code review
jhosman Jun 29, 2023
48b0dc8
Incoporate feedback from review
jhosman Jun 29, 2023
d153896
Apply suggestions from code review
jhosman Jun 29, 2023
d3f1d27
Apply suggestions from code review
jhosman Jun 29, 2023
46bbb35
Update code spacing
jhosman Jun 29, 2023
3cb3995
Clarify pull request step in test the code procedure
jhosman Jun 29, 2023
11f89ac
More specific wording to locate current location in code
jhosman Jun 29, 2023
34b3cd4
Use backticks around before filter
jhosman Jun 29, 2023
a82a277
Modify the title of part 2 for clarity
jhosman Jun 29, 2023
267c2a2
Move rubocop para back to where it was
jhosman Jun 29, 2023
5dfe048
Incorporate feedback from @skedwards88
jhosman Jun 29, 2023
97ab2ca
Apply suggestions from code review
jhosman Jun 29, 2023
4048bd2
Incorporate review feedback from @skedwards88
jhosman Jun 29, 2023
6104495
Update content/apps/creating-github-apps/writing-code-for-a-github-ap…
jhosman Jun 29, 2023
1034e2a
Update content/apps/creating-github-apps/writing-code-for-a-github-ap…
jhosman Jun 29, 2023
8519f22
Update content/apps/creating-github-apps/writing-code-for-a-github-ap…
jhosman Jun 29, 2023
bd0dcac
Incoporate feedback from @jakewilkins
jhosman Jun 29, 2023
b15d937
Incorporate feedback from @skedwards88
jhosman Jun 29, 2023
d606b1a
Ruby not javascript
jhosman Jun 29, 2023
9bf8ad8
Update punctuation and quotes for new style rule plus some tiny misc …
jhosman Jun 29, 2023
f59a574
Use a separate test repo to test the app
jhosman Jun 30, 2023
eed2815
Resolved merge conflict by deleting old tutorial file
jhosman Jun 30, 2023
7056583
Merge pull request #37586 from github/jhosman-10037-checks-CI-tutorial
jhosman Jun 30, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Large diffs are not rendered by default.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,5 @@ children:
- /building-a-login-with-github-button-with-a-github-app
- /building-a-cli-with-a-github-app
- /setting-up-your-development-environment-to-create-a-github-app
- /creating-ci-tests-with-the-checks-api
- /building-ci-checks-with-a-github-app
---

2 changes: 1 addition & 1 deletion content/rest/checks/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ children:
autogenerated: rest
---

You can create apps that perform continuous integration, code linting, or code scanning services and provide detailed feedback on commits. For more information, see "[AUTOTITLE](/rest/guides/using-the-rest-api-to-interact-with-checks)" and "[AUTOTITLE](/apps/creating-github-apps/writing-code-for-a-github-app/creating-ci-tests-with-the-checks-api)."
You can create apps that perform continuous integration, code linting, or code scanning services and provide detailed feedback on commits. For more information, see "[AUTOTITLE](/rest/guides/using-the-rest-api-to-interact-with-checks)" and "[AUTOTITLE](/apps/creating-github-apps/writing-code-for-a-github-app/building-ci-checks-with-a-github-app)."

<!-- Content after this section is automatically generated -->
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ Rather than binary pass/fail build statuses, {% data variables.product.prodname_

For an example of how to use the REST API with a {% data variables.product.prodname_github_app %}, see "[AUTOTITLE](/apps/creating-github-apps/guides/creating-ci-tests-with-the-checks-api)."

You can use statuses with [protected branches](/rest/repos#branches) to prevent people from merging pull requests prematurely. For more information, see "[AUTOTITLE](/repositories/configuring-branches-and-merges-in-your-repository/managing-protected-branches/about-protected-branches#require-status-checks-before-merging)."

## About check suites

When someone pushes code to a repository, GitHub creates a check suite for the last commit. A check suite is a collection of the [check runs](/rest/checks#check-runs) created by a single GitHub App for a specific commit. Check suites summarize the status and conclusion of the check runs that a suite includes.
Expand Down
2 changes: 1 addition & 1 deletion data/reusables/apps/accept_new_permissions_steps.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
1. Click **Save changes** at the bottom of the page.
1. If you've installed the app on your account, check your email and follow the link to accept the new permissions. Any time you change your app's permissions or webhooks, users who have installed the app (including yourself) will need to accept the new permissions before the changes take effect. You can also accept the new permissions by navigating to your [installations page](https://github.com/settings/installations) and clicking on "Configure" next to your app. You'll see a banner at the top of the page letting you know that the app is requesting different permissions. Click "Details" and click "Accept new permissions."
1. If you've installed the app on your account, check your email and follow the link to accept the new permissions. Any time you change your app's permissions or webhooks, users who have installed the app (including yourself) will need to accept the new permissions before the changes take effect. You can also accept the new permissions by navigating to your [installations page](https://github.com/settings/installations). You'll see a link under the app name, letting you know that the app is requesting different permissions. Click "Review request", and then click "Accept new permissions."
5 changes: 0 additions & 5 deletions data/reusables/apps/sinatra_restart_instructions.md

This file was deleted.