Skip to content

Commit 12cf35a

Browse files
authored
Merge branch 'main' into add-layouts-middleware
2 parents 03ee839 + dbb4f92 commit 12cf35a

20 files changed

Lines changed: 369406 additions & 160534 deletions

Procfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
web: NODE_ENV=production node server.js
22

3-
release: NODE_ENV=production node script/purge-redis-pages.js
3+
release: NODE_ENV=production script/release-heroku

content/organizations/managing-peoples-access-to-your-organization-with-roles/maintaining-ownership-continuity-for-your-organization.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ topics:
2323

2424
Organization owners have full administrative access to the organization. {% data reusables.organizations.new-org-permissions-more-info %}
2525

26+
{% note %}
27+
28+
**Note**: As an organization owner, you can change the role of other organization members and owners. You can't change your own role.
29+
30+
{% endnote %}
31+
2632
### Appointing an organization owner
2733

2834
{% data reusables.profile.access_profile %}

content/rest/reference/git.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The Git Database API gives you access to read and write raw Git objects to your
2020
## Blobs
2121

2222
A Git blob (binary large object) is the object type used to store the contents of each file in a repository. The file's SHA-1 hash is computed and stored in the blob object. These endpoints allow you to read and write [blob objects](https://git-scm.com/book/en/v1/Git-Internals-Git-Objects)
23-
to your Git database on {% data variables.product.product_name %}. Blobs leverage [these custom media types](#custom-media-types). You can read more about the use of media types in the API [here](/rest/overview/media-types).
23+
to your Git database on {% data variables.product.product_name %}. Blobs leverage [these custom media types](#custom-media-types-for-blobs). You can read more about the use of media types in the API [here](/rest/overview/media-types).
2424

2525
### Custom media types for blobs
2626

lib/rest/static/decorated/api.github.com.json

Lines changed: 250 additions & 153 deletions
Large diffs are not rendered by default.

lib/rest/static/decorated/ghes-2.18.json

Lines changed: 148 additions & 75 deletions
Large diffs are not rendered by default.

lib/rest/static/decorated/ghes-2.19.json

Lines changed: 148 additions & 75 deletions
Large diffs are not rendered by default.

lib/rest/static/decorated/ghes-2.20.json

Lines changed: 148 additions & 75 deletions
Large diffs are not rendered by default.

lib/rest/static/decorated/ghes-2.21.json

Lines changed: 187 additions & 94 deletions
Large diffs are not rendered by default.

lib/rest/static/decorated/ghes-2.22.json

Lines changed: 203 additions & 105 deletions
Large diffs are not rendered by default.

lib/rest/static/decorated/ghes-3.0.json

Lines changed: 204 additions & 106 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)