Skip to content

Commit cc6c93c

Browse files
authored
Merge pull request github#17208 from github/repo-sync
repo sync
2 parents 1db6828 + c1d9aa3 commit cc6c93c

12 files changed

+45
-12
lines changed

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

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33324,6 +33324,19 @@
3332433324
],
3332533325
"rawDescription": "**Required when the state is dismissed.** The reason for dismissing or closing the alert. Can be one of: `false positive`, `won't fix`, and `used in tests`.",
3332633326
"childParamsGroups": []
33327+
},
33328+
{
33329+
"type": "string or null",
33330+
"description": "<p>The dismissal note associated with the dismissal of the alert.</p>",
33331+
"maxLength": 280,
33332+
"name": "dismissed_note",
33333+
"in": "body",
33334+
"rawType": [
33335+
"string",
33336+
"null"
33337+
],
33338+
"rawDescription": "The dismissal note associated with the dismissal of the alert.",
33339+
"childParamsGroups": []
3332733340
}
3332833341
],
3332933342
"enabledForGitHubApps": true,
@@ -33336,7 +33349,8 @@
3333633349
"acceptHeader": "application/vnd.github.v3+json",
3333733350
"bodyParameters": {
3333833351
"state": "dismissed",
33339-
"dismissed_reason": "false positive"
33352+
"dismissed_reason": "false positive",
33353+
"dismissed_note": "This alert is not actually correct, because there's a sanitizer included in the library."
3334033354
},
3334133355
"parameters": {
3334233356
"owner": "OWNER",

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26956,7 +26956,8 @@
2695626956
"acceptHeader": "application/vnd.github.v3+json",
2695726957
"bodyParameters": {
2695826958
"state": "dismissed",
26959-
"dismissed_reason": "false positive"
26959+
"dismissed_reason": "false positive",
26960+
"dismissed_note": "This alert is not actually correct, because there's a sanitizer included in the library."
2696026961
},
2696126962
"parameters": {
2696226963
"owner": "OWNER",

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28024,7 +28024,8 @@
2802428024
"acceptHeader": "application/vnd.github.v3+json",
2802528025
"bodyParameters": {
2802628026
"state": "dismissed",
28027-
"dismissed_reason": "false positive"
28027+
"dismissed_reason": "false positive",
28028+
"dismissed_note": "This alert is not actually correct, because there's a sanitizer included in the library."
2802828029
},
2802928030
"parameters": {
2803028031
"owner": "OWNER",

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28178,7 +28178,8 @@
2817828178
"acceptHeader": "application/vnd.github.v3+json",
2817928179
"bodyParameters": {
2818028180
"state": "dismissed",
28181-
"dismissed_reason": "false positive"
28181+
"dismissed_reason": "false positive",
28182+
"dismissed_note": "This alert is not actually correct, because there's a sanitizer included in the library."
2818228183
},
2818328184
"parameters": {
2818428185
"owner": "OWNER",

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29611,7 +29611,8 @@
2961129611
"acceptHeader": "application/vnd.github.v3+json",
2961229612
"bodyParameters": {
2961329613
"state": "dismissed",
29614-
"dismissed_reason": "false positive"
29614+
"dismissed_reason": "false positive",
29615+
"dismissed_note": "This alert is not actually correct, because there's a sanitizer included in the library."
2961529616
},
2961629617
"parameters": {
2961729618
"owner": "OWNER",

lib/rest/static/decorated/github.ae.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25475,7 +25475,8 @@
2547525475
"acceptHeader": "application/vnd.github.v3+json",
2547625476
"bodyParameters": {
2547725477
"state": "dismissed",
25478-
"dismissed_reason": "false positive"
25478+
"dismissed_reason": "false positive",
25479+
"dismissed_note": "This alert is not actually correct, because there's a sanitizer included in the library."
2547925480
},
2548025481
"parameters": {
2548125482
"owner": "OWNER",

lib/rest/static/dereferenced/api.github.com.deref.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230590,6 +230590,14 @@
230590230590
"won't fix",
230591230591
"used in tests"
230592230592
]
230593+
},
230594+
"dismissed_note": {
230595+
"type": [
230596+
"string",
230597+
"null"
230598+
],
230599+
"description": "The dismissal note associated with the dismissal of the alert.",
230600+
"maxLength": 280
230593230601
}
230594230602
},
230595230603
"required": [
@@ -230600,7 +230608,8 @@
230600230608
"default": {
230601230609
"value": {
230602230610
"state": "dismissed",
230603-
"dismissed_reason": "false positive"
230611+
"dismissed_reason": "false positive",
230612+
"dismissed_note": "This alert is not actually correct, because there's a sanitizer included in the library."
230604230613
}
230605230614
}
230606230615
}

lib/rest/static/dereferenced/ghes-3.1.deref.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186897,7 +186897,8 @@
186897186897
"default": {
186898186898
"value": {
186899186899
"state": "dismissed",
186900-
"dismissed_reason": "false positive"
186900+
"dismissed_reason": "false positive",
186901+
"dismissed_note": "This alert is not actually correct, because there's a sanitizer included in the library."
186901186902
}
186902186903
}
186903186904
}

0 commit comments

Comments
 (0)