Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates repository maintenance automation and contributor workflow templates to improve issue/PR hygiene and ownership visibility.
Changes:
- Adjusts the stale-issues workflow messaging, stale thresholds, operations-per-run, and adds exempt labels.
- Adds a new scheduled workflow to automatically lock inactive closed issues/PRs.
- Updates the PR template (documentation checklist + optional community checklist item) and expands CODEOWNERS for AI-agent configuration files/folders.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| .github/workflows/stale-issues.yml | Tweaks stale issue timing/messaging and adds exempt labels. |
| .github/workflows/lock-threads.yml | Introduces scheduled locking of inactive closed issues/PRs. |
| .github/pull_request_template.md | Adds documentation tracking section and an optional checklist item. |
| .github/CODEOWNERS | Adds explicit ownership for agent-related config paths. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| days-before-issue-stale: 120 | ||
| days-before-issue-close: 10 | ||
|
|
||
| operations-per-run: 100 | ||
| operations-per-run: 200 | ||
|
|
||
| exempt-issue-labels: 'pinned,keep-open' |
There was a problem hiding this comment.
This workflow uses actions/stale@v9 but does not explicitly disable PR handling, while the repo also has a separate stale-prs.yml workflow. To avoid conflicting behavior (and potential permission errors since this workflow only grants issues: write), set PR staling/closing to disabled (e.g., days-before-pr-stale: -1 / days-before-pr-close: -1) or use the action option to run on issues only.
|
🤖 Your Docs stage site is ready! Visit it here: https://unodocsprstaging.z13.web.core.windows.net/pr-22986/docs/index.html |
GitHub Issue: closes #
PR Type:
What is the current behavior? 🤔
What is the new behavior? 🚀
PR Checklist ✅
Please check if your PR fulfills the following requirements:
Screenshots Compare Test Runresults.Other information ℹ️