You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/graphql/data/fpt/changelog.json
+21Lines changed: 21 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,25 @@
1
1
[
2
+
{
3
+
"schemaChanges": [
4
+
{
5
+
"title": "The GraphQL schema includes these changes:",
6
+
"changes": [
7
+
"<p>Type <code>IssueFieldTimelineOption</code> was added</p>",
8
+
"<p>Field <code>color</code> was added to object type <code>IssueFieldTimelineOption</code></p>",
9
+
"<p>Field <code>name</code> was added to object type <code>IssueFieldTimelineOption</code></p>",
10
+
"<p>Field <code>options</code> was added to object type <code>IssueFieldAddedEvent</code></p>",
11
+
"<p>Field <code>newOptions</code> was added to object type <code>IssueFieldChangedEvent</code></p>",
12
+
"<p>Field <code>previousOptions</code> was added to object type <code>IssueFieldChangedEvent</code></p>",
13
+
"<p>Field <code>options</code> was added to object type <code>IssueFieldRemovedEvent</code></p>",
14
+
"<p>Enum value 'LICENSE_COMPLIANCE_SCANNING<code>was added to enum</code>RepositoryRuleType'</p>",
15
+
"<p>Input field <code>issueCreationPolicy</code> of type <code>IssueCreationPolicy</code> was added to input object type <code>UpdateRepositoryInput</code></p>"
Copy file name to clipboardExpand all lines: src/graphql/data/fpt/schema-other.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -643,6 +643,10 @@
643
643
"name": "FILE_PATH_RESTRICTION",
644
644
"description": "<p>Prevent commits that include changes in specified file and folder paths from\nbeing pushed to the commit graph. This includes absolute paths that contain file names.</p>"
645
645
},
646
+
{
647
+
"name": "LICENSE_COMPLIANCE_SCANNING",
648
+
"description": "<p>Enforce any added or changed dependencies to comply with the organization's license policy.</p>"
649
+
},
646
650
{
647
651
"name": "LOCK_BRANCH",
648
652
"description": "<p>Branch is read-only. Users cannot push to the branch.</p>"
"description": "<p>Add users to the pull request creation cap bypass list. Bypassed users can\ncreate pull requests regardless of the configured cap. Only repository admins\ncan manage the bypass list. You can add a maximum of 100 users per request.\nThe bypass list can only hold a maximum of 100 users.</p>",
7
+
"description": "<p>Add users to the pull request creation cap bypass list. Bypassed users can\ncreate pull requests regardless of the configured cap. Only users with\nmaintainer permissions can manage the bypass list. You can add a maximum of\n100 users per request. The bypass list can only hold a maximum of 100 users.</p>",
"description": "<p>Remove users from the pull request creation cap bypass list. Only repository admins can manage the bypass list.</p>",
657
+
"description": "<p>Remove users from the pull request creation cap bypass list. Only users with\nmaintainer permissions can manage the bypass list.</p>",
0 commit comments