From 56fd15f1a1fc4d780294421ed1203d516184e04c Mon Sep 17 00:00:00 2001 From: GitHub Runner Date: Wed, 25 Feb 2026 10:23:06 +0000 Subject: [PATCH] docs: add Unassign from User term to glossary Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- docs/src/content/docs/reference/glossary.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/src/content/docs/reference/glossary.md b/docs/src/content/docs/reference/glossary.md index 8fbb8a9ae9c..4ed28fb556e 100644 --- a/docs/src/content/docs/reference/glossary.md +++ b/docs/src/content/docs/reference/glossary.md @@ -125,6 +125,10 @@ Configuration field in the `create-pull-request` safe output specifying which br A safe output capability for hiding or minimizing GitHub comments without requiring write permissions. When minimized, comments are classified as SPAM. Requires GraphQL node IDs to identify comments. Useful for content moderation workflows. +### Unassign from User + +A safe output capability for removing user assignments from issues or pull requests. Supports an `allowed` list to restrict which users can be unassigned, and a `blocked` list using glob patterns to prevent unassignment of specific users regardless of the allow list. Configured via `unassign-from-user:` in `safe-outputs`. + ## Workflow Components ### Cron Schedule