.permissions`](/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idpermissions).
diff --git a/data/reusables/actions/oidc-permissions-token.md b/data/reusables/actions/oidc-permissions-token.md
index 3bd4d2b75cd3..690efbc27dbf 100644
--- a/data/reusables/actions/oidc-permissions-token.md
+++ b/data/reusables/actions/oidc-permissions-token.md
@@ -1,4 +1,4 @@
-The job or workflow run requires a `permissions` setting with [`id-token: write`](/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token) to allow {% data variables.product.github %}'s OIDC provider to create a JSON Web Token for every run.
+The job or workflow run requires a `permissions` setting with [`id-token: write`](/actions/security-guides/automatic-token-authentication#modifying-the-permissions-for-the-github_token) to allow {% data variables.product.github %}'s OIDC provider to create a JSON Web Token for every run.
> [!NOTE] Setting `id-token: write` in the workflow’s permissions does not give the workflow permission to modify or write to any resources. Instead, it only allows the workflow to request (fetch) and use (set) an OIDC token for an action or step. This token is then used to authenticate with external services using a short-lived access token.
diff --git a/src/graphql/data/fpt/changelog.json b/src/graphql/data/fpt/changelog.json
index 35757ff887ec..19e30caf4e88 100644
--- a/src/graphql/data/fpt/changelog.json
+++ b/src/graphql/data/fpt/changelog.json
@@ -1,4 +1,20 @@
[
+ {
+ "schemaChanges": [
+ {
+ "title": "The GraphQL schema includes these changes:",
+ "changes": [
+ "Enum value 'ISSUE_COMMENT_PINNED_EVENTwas added to enumIssueTimelineItemsItemType'
",
+ "Enum value 'ISSUE_COMMENT_UNPINNED_EVENTwas added to enumIssueTimelineItemsItemType'
",
+ "Enum value 'ISSUE_COMMENT_PINNED_EVENTwas added to enumPullRequestTimelineItemsItemType'
",
+ "Enum value 'ISSUE_COMMENT_UNPINNED_EVENTwas added to enumPullRequestTimelineItemsItemType'
"
+ ]
+ }
+ ],
+ "previewChanges": [],
+ "upcomingChanges": [],
+ "date": "2026-02-23"
+ },
{
"schemaChanges": [
{
diff --git a/src/graphql/data/fpt/schema.docs.graphql b/src/graphql/data/fpt/schema.docs.graphql
index b26903eff73e..65ea3c3011d3 100644
--- a/src/graphql/data/fpt/schema.docs.graphql
+++ b/src/graphql/data/fpt/schema.docs.graphql
@@ -20692,6 +20692,16 @@ enum IssueTimelineItemsItemType {
"""
ISSUE_COMMENT
+ """
+ Represents a 'issue_comment_pinned' event on a given issue.
+ """
+ ISSUE_COMMENT_PINNED_EVENT
+
+ """
+ Represents a 'issue_comment_unpinned' event on a given issue.
+ """
+ ISSUE_COMMENT_UNPINNED_EVENT
+
"""
Represents a 'issue_field_added' event on a given issue.
"""
@@ -43678,6 +43688,16 @@ enum PullRequestTimelineItemsItemType {
"""
ISSUE_COMMENT
+ """
+ Represents a 'issue_comment_pinned' event on a given issue.
+ """
+ ISSUE_COMMENT_PINNED_EVENT
+
+ """
+ Represents a 'issue_comment_unpinned' event on a given issue.
+ """
+ ISSUE_COMMENT_UNPINNED_EVENT
+
"""
Represents a 'issue_field_added' event on a given issue.
"""
diff --git a/src/graphql/data/fpt/schema.json b/src/graphql/data/fpt/schema.json
index 1d5ea8a1b02b..5601da233375 100644
--- a/src/graphql/data/fpt/schema.json
+++ b/src/graphql/data/fpt/schema.json
@@ -89962,6 +89962,14 @@
"name": "ISSUE_COMMENT",
"description": "Represents a comment on an Issue.
"
},
+ {
+ "name": "ISSUE_COMMENT_PINNED_EVENT",
+ "description": "Represents aissue_comment_pinnedevent on a given issue.
"
+ },
+ {
+ "name": "ISSUE_COMMENT_UNPINNED_EVENT",
+ "description": "Represents aissue_comment_unpinnedevent on a given issue.
"
+ },
{
"name": "ISSUE_FIELD_ADDED_EVENT",
"description": "Represents aissue_field_addedevent on a given issue.
"
@@ -92174,6 +92182,14 @@
"name": "ISSUE_COMMENT",
"description": "Represents a comment on an Issue.
"
},
+ {
+ "name": "ISSUE_COMMENT_PINNED_EVENT",
+ "description": "Represents aissue_comment_pinnedevent on a given issue.
"
+ },
+ {
+ "name": "ISSUE_COMMENT_UNPINNED_EVENT",
+ "description": "Represents aissue_comment_unpinnedevent on a given issue.
"
+ },
{
"name": "ISSUE_FIELD_ADDED_EVENT",
"description": "Represents aissue_field_addedevent on a given issue.
"
diff --git a/src/graphql/data/ghec/schema.docs.graphql b/src/graphql/data/ghec/schema.docs.graphql
index b26903eff73e..65ea3c3011d3 100644
--- a/src/graphql/data/ghec/schema.docs.graphql
+++ b/src/graphql/data/ghec/schema.docs.graphql
@@ -20692,6 +20692,16 @@ enum IssueTimelineItemsItemType {
"""
ISSUE_COMMENT
+ """
+ Represents a 'issue_comment_pinned' event on a given issue.
+ """
+ ISSUE_COMMENT_PINNED_EVENT
+
+ """
+ Represents a 'issue_comment_unpinned' event on a given issue.
+ """
+ ISSUE_COMMENT_UNPINNED_EVENT
+
"""
Represents a 'issue_field_added' event on a given issue.
"""
@@ -43678,6 +43688,16 @@ enum PullRequestTimelineItemsItemType {
"""
ISSUE_COMMENT
+ """
+ Represents a 'issue_comment_pinned' event on a given issue.
+ """
+ ISSUE_COMMENT_PINNED_EVENT
+
+ """
+ Represents a 'issue_comment_unpinned' event on a given issue.
+ """
+ ISSUE_COMMENT_UNPINNED_EVENT
+
"""
Represents a 'issue_field_added' event on a given issue.
"""
diff --git a/src/graphql/data/ghec/schema.json b/src/graphql/data/ghec/schema.json
index 1d5ea8a1b02b..5601da233375 100644
--- a/src/graphql/data/ghec/schema.json
+++ b/src/graphql/data/ghec/schema.json
@@ -89962,6 +89962,14 @@
"name": "ISSUE_COMMENT",
"description": "Represents a comment on an Issue.
"
},
+ {
+ "name": "ISSUE_COMMENT_PINNED_EVENT",
+ "description": "Represents aissue_comment_pinnedevent on a given issue.
"
+ },
+ {
+ "name": "ISSUE_COMMENT_UNPINNED_EVENT",
+ "description": "Represents aissue_comment_unpinnedevent on a given issue.
"
+ },
{
"name": "ISSUE_FIELD_ADDED_EVENT",
"description": "Represents aissue_field_addedevent on a given issue.
"
@@ -92174,6 +92182,14 @@
"name": "ISSUE_COMMENT",
"description": "Represents a comment on an Issue.
"
},
+ {
+ "name": "ISSUE_COMMENT_PINNED_EVENT",
+ "description": "Represents aissue_comment_pinnedevent on a given issue.
"
+ },
+ {
+ "name": "ISSUE_COMMENT_UNPINNED_EVENT",
+ "description": "Represents aissue_comment_unpinnedevent on a given issue.
"
+ },
{
"name": "ISSUE_FIELD_ADDED_EVENT",
"description": "Represents aissue_field_addedevent on a given issue.
"