[docs] Update documentation for features from 2025-12-08#5824
Merged
Conversation
…quest, create-discussion) Added documentation for the new auto-expiration feature merged in PR #5775. The expires field automatically closes issues, PRs, and discussions after a specified time period. Changes: - Added expires field to create-issue section with time format examples - Added expires field to create-pull-request section (same-repo limitation) - Added expires field to create-discussion section - Documented automatic agentics-maintenance.yml workflow generation 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR documents the new auto-expiration feature for safe-outputs, enabling automatic closure of issues, pull requests, and discussions after a specified time period. The feature was merged via PR #5775 on December 8, 2025.
- Added documentation for the
expiresfield supporting multiple time formats (integers, days, weeks, months, years) - Documented automatic maintenance workflow generation for processing expired items
- Clarified same-repository limitation for PR expiration
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documentation Updates - December 8, 2025
This PR updates the documentation based on features merged in the last 24 hours.
Features Documented
expiresfield oncreate-issue,create-pull-request, andcreate-discussionChanges Made
Updated
docs/src/content/docs/reference/safe-outputs.mdto document the newexpiresfield:Issue Creation (
create-issue) - Addedexpiresfield documentation with:7d,2w,1m,1y)Pull Request Creation (
create-pull-request) - Addedexpiresfield documentation with:target-repois not set)Discussion Creation (
create-discussion) - Addedexpiresfield documentation with:Merged PRs Referenced
Analysis Notes
Reviewed 41 merged PRs from the last 24 hours (Dec 7-8, 2025). Most changes were internal improvements, bug fixes, or already included documentation updates. The
expiresfield feature from PR #5775 was the primary user-facing feature requiring documentation.Other notable merges (already documented or internal):