Skip to content

Commit

Permalink
Merge pull request #34906 from github/repo-sync
Browse files Browse the repository at this point in the history
Repo sync
  • Loading branch information
docs-bot authored Oct 11, 2024
2 parents 4dc2ab2 + 467fe47 commit 15934b3
Show file tree
Hide file tree
Showing 7 changed files with 52 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/reusables/code-scanning/sarif-limits.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% rowheaders %}

| **SARIF data** | **Maximum values** | **Display limits** |
| **SARIF data** | **Maximum values** | **Data truncation limits** |
|----------------|:------------------:|-----------------------|
| Runs per file | 20 | None |
| Results per run | 25,000 | Only the top 5,000 results will be included, prioritized by severity. |
Expand Down
2 changes: 1 addition & 1 deletion src/audit-logs/lib/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"apiOnlyEvents": "This event is not available in the web interface, only via the REST API, audit log streaming, or JSON/CSV exports.",
"apiRequestEvent": "This event is only available via audit log streaming."
},
"sha": "d4847e69869467c8366f808de040e0ca1562906d"
"sha": "cdccf7613c6f26c2c5542d8481cf8dacb617a94b"
}
14 changes: 14 additions & 0 deletions src/graphql/data/fpt/changelog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
[
{
"schemaChanges": [
{
"title": "The GraphQL schema includes these changes:",
"changes": [
"<p>Enum value <code>DUPLICATE</code> was added to enum <code>IssueClosedStateReason</code></p>",
"<p>Enum value <code>DUPLICATE</code> was added to enum <code>IssueStateReason</code></p>"
]
}
],
"previewChanges": [],
"upcomingChanges": [],
"date": "2024-10-11"
},
{
"schemaChanges": [
{
Expand Down
10 changes: 10 additions & 0 deletions src/graphql/data/fpt/schema.docs.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -18718,6 +18718,11 @@ enum IssueClosedStateReason {
"""
COMPLETED

"""
An issue that has been closed as a duplicate
"""
DUPLICATE

"""
An issue that has been closed as not planned
"""
Expand Down Expand Up @@ -19201,6 +19206,11 @@ enum IssueStateReason {
"""
COMPLETED

"""
An issue that has been closed as a duplicate
"""
DUPLICATE

"""
An issue that has been closed as not planned
"""
Expand Down
8 changes: 8 additions & 0 deletions src/graphql/data/fpt/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -84620,6 +84620,10 @@
"name": "COMPLETED",
"description": "<p>An issue that has been closed as completed.</p>"
},
{
"name": "DUPLICATE",
"description": "<p>An issue that has been closed as a duplicate.</p>"
},
{
"name": "NOT_PLANNED",
"description": "<p>An issue that has been closed as not planned.</p>"
Expand Down Expand Up @@ -84688,6 +84692,10 @@
"name": "COMPLETED",
"description": "<p>An issue that has been closed as completed.</p>"
},
{
"name": "DUPLICATE",
"description": "<p>An issue that has been closed as a duplicate.</p>"
},
{
"name": "NOT_PLANNED",
"description": "<p>An issue that has been closed as not planned.</p>"
Expand Down
10 changes: 10 additions & 0 deletions src/graphql/data/ghec/schema.docs.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -18718,6 +18718,11 @@ enum IssueClosedStateReason {
"""
COMPLETED

"""
An issue that has been closed as a duplicate
"""
DUPLICATE

"""
An issue that has been closed as not planned
"""
Expand Down Expand Up @@ -19201,6 +19206,11 @@ enum IssueStateReason {
"""
COMPLETED

"""
An issue that has been closed as a duplicate
"""
DUPLICATE

"""
An issue that has been closed as not planned
"""
Expand Down
8 changes: 8 additions & 0 deletions src/graphql/data/ghec/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -84620,6 +84620,10 @@
"name": "COMPLETED",
"description": "<p>An issue that has been closed as completed.</p>"
},
{
"name": "DUPLICATE",
"description": "<p>An issue that has been closed as a duplicate.</p>"
},
{
"name": "NOT_PLANNED",
"description": "<p>An issue that has been closed as not planned.</p>"
Expand Down Expand Up @@ -84688,6 +84692,10 @@
"name": "COMPLETED",
"description": "<p>An issue that has been closed as completed.</p>"
},
{
"name": "DUPLICATE",
"description": "<p>An issue that has been closed as a duplicate.</p>"
},
{
"name": "NOT_PLANNED",
"description": "<p>An issue that has been closed as not planned.</p>"
Expand Down

0 comments on commit 15934b3

Please sign in to comment.