Skip to content

Commit 6ba677d

Browse files
authored
Merge pull request #61317 from github/repo-sync
Repo sync
2 parents 26b1f10 + d7e99ef commit 6ba677d

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

content/code-security/concepts/supply-chain-security/immutable-releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Additionally, creating an immutable release automatically generates a **release
2626
> [!NOTE]
2727
> Immutable releases include protection against repository resurrection attacks. Even if you delete a repository and create a new one with the same name, you cannot reuse tags that were associated with immutable releases in the original repository.
2828
29-
If a release is immutable, you will see "{% octicon "lock" aria-hidden="true" %} Immutable" below the title on the release page.
29+
If a release is immutable, you will see {% octicon "lock" aria-hidden="true" %} **Immutable**" below the title on the release page.
3030

3131
## Best practices for publishing immutable releases
3232

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Key | Type | Description
22
----|------|-------------
33
| {% ifversion fpt or ghec %} |
4-
`action`|`string` | The action that was performed. Can be one of `opened`, `closed`, `reopened`.
4+
`action`|`string` | The action that was performed. Can be one of `opened`, `closed`, `reopened`, `assigned`, `unassigned`, `labeled`, or `unlabeled`.
55
| {% else %} |
66
`action`|`string` | The action that was performed. Can be one of `opened`, `closed`, `reopened`, `assigned`, `unassigned`, `labeled`, or `unlabeled`.
77
| {% endif %} |

data/reusables/webhooks/issue_properties.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
| {% ifversion fpt or ghec %} |
33
`assignee`|`object` | The optional user who was assigned or unassigned from the issue.
44
`assignees`|`array` | The optional array of assignee objects detailing the assignees on the issue.
5-
`label`|`object` | The optional label that was added or removed from the issue.
6-
`labels`|`array` | The optional array of label objects describing the labels on the issue.
5+
`label`|`object` | The optional label that was added to or removed from the issue if the action was `labeled` or `unlabeled`.
6+
`labels`|`array` | The optional array of label objects describing the labels on the issue if the action was `labeled` or `unlabeled`.
77
| {% endif %} |

0 commit comments

Comments
 (0)