Skip to content

Commit 8e9f001

Browse files
authored
repo sync
2 parents 2b21146 + 5e9dbc4 commit 8e9f001

3 files changed

Lines changed: 18 additions & 2 deletions

File tree

content/code-security/supply-chain-security/enabling-and-disabling-version-updates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ updates:
114114
interval: "daily"
115115
# Overwrite any ignores created using `@dependabot ignore` commands
116116
ignore:
117-
# Ignore updates to packages that start 'aws'
117+
# Ignore updates to packages that start with 'aws'
118118
# Wildcards match zero or more arbitrary characters
119119
- dependency-name: "aws*"
120120
# Ignore some updates to the 'express' package

content/developers/webhooks-and-events/github-event-types.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,20 @@ This event returns an empty `payload` object.
183183
{% data reusables.webhooks.pull_request_event_api_properties %}
184184
{% data reusables.webhooks.pull_request_properties %}
185185

186+
### PullRequestReviewEvent
187+
188+
{% data reusables.webhooks.pull_request_review_short_desc %}
189+
190+
{% data reusables.webhooks.events_api_payload %}
191+
192+
#### Event `payload` object
193+
194+
Key | Type | Description
195+
----|------|-------------
196+
`action` | `string` | The action that was performed. Can be `created`.
197+
`pull_request` | `object` | The pull request the review pertains to.
198+
`review` | `object` | The review that was affected.
199+
186200
### PullRequestReviewCommentEvent
187201

188202
{% data reusables.webhooks.pull_request_review_comment_short_desc %}
@@ -200,6 +214,8 @@ This event returns an empty `payload` object.
200214

201215
{% data reusables.webhooks.events_api_payload %}
202216

217+
#### Event `payload` object
218+
203219
Key | Type | Description
204220
----|------|-------------
205221
`push_id` | `integer` | Unique identifier for the push.

content/github/creating-cloning-and-archiving-repositories/about-repository-languages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ topics:
1818
{% data variables.product.product_name %} uses the open source [Linguist library](https://github.com/github/linguist) to
1919
determine file languages for syntax highlighting and repository statistics. Language statistics will update after you push changes to your default branch.
2020

21-
Some files are hard to identify, and sometimes projects contain more library and vendor files than their primary code. If you're receiving incorrect results, please consult the Linguist [troubleshooting guide](https://github.com/github/linguist#troubleshooting) for help.
21+
Some files are hard to identify, and sometimes projects contain more library and vendor files than their primary code. If you're receiving incorrect results, please consult the Linguist [troubleshooting guide](https://github.com/github/linguist/blob/master/docs/troubleshooting.md) for help.
2222

2323
### Markup languages
2424

0 commit comments

Comments
 (0)