Skip to content

Commit 492de5d

Browse files
authored
Merge pull request #32429 from github/repo-sync
Repo sync
2 parents 1d6ffc1 + 4a8d71e commit 492de5d

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# --------------------------------------------------------------------------------
66
# To update the sha, run `docker pull node:$VERSION-alpine`
77
# look for something like: `Digest: sha256:0123456789abcdef`
8-
FROM node:20-alpine@sha256:ef3f47741e161900ddd07addcaca7e76534a9205e4cd73b2ed091ba339004a75 as base
8+
FROM node:20-alpine@sha256:7e227295e96f5b00aa79555ae166f50610940d888fc2e321cf36304cbd17d7d6 as base
99

1010
# This directory is owned by the node user
1111
ARG APP_HOME=/home/node/app

content/rest/pulls/pulls.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,6 @@ You can list, view, edit, create, and merge pull requests using the REST API. Fo
1818

1919
Pull requests are a type of issue. Any actions that are available in both pull requests and issues, like managing assignees, labels, and milestones, are provided by the REST API to manage issues. For more information, see "[AUTOTITLE](/rest/issues)."
2020

21-
### Custom media types for pull requests
22-
23-
These are the supported media types for pull requests.
24-
25-
application/vnd.github.raw+json
26-
application/vnd.github.text+json
27-
application/vnd.github.html+json
28-
application/vnd.github.full+json
29-
application/vnd.github.diff
30-
application/vnd.github.patch
31-
32-
For more information, see "[AUTOTITLE](/rest/overview/media-types)."
33-
34-
If a diff is corrupt, contact {% data variables.contact.contact_support %}. Include the repository name and pull request ID in your message.
35-
3621
### Link Relations
3722

3823
Pull requests have these possible link relations:

0 commit comments

Comments
 (0)