Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
How to review these changes 👓Thank you for your contribution. To review these changes, choose one of the following options: A Hubber will need to deploy your changes internally to review. Table of review linksNote: Please update the URL for your staging server or codespace. The table shows the files in the
Key: fpt: Free, Pro, Team; ghec: GitHub Enterprise Cloud; ghes: GitHub Enterprise Server 🤖 This comment is automatically generated. |
There was a problem hiding this comment.
Copilot review overview
🟢 Approval recommended
No unresolved review comments remain, and the change is limited to documentation.
Review tier: Lite (auto)
Findings: None
Note
Copilot is running an experiment and ran this review at Lite.
What changed in this PR
Documents the standard SCIM profileUrl response attribute.
Changes:
- Adds
profileUrland its type. - Describes its linked GitHub account URL and omission behavior.
| File | Description |
|---|---|
content/rest/scim/scim.md |
Adds documentation for profileUrl. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
GitHub Copilot generated this pull request.
Why:
Resolves github/docs-content#24406
The standard SCIM
profileUrlresponse attribute was added in github/github#453516, and the generated endpoint schemas and examples were updated in github/docs-internal#63091.What's being changed (if available, include any code snippets, screenshots, or gifs):
Adds
profileUrlto the hand-authored supported SCIM user attributes table. The description explains that the value links to the associated GitHub account and is omitted when no GitHub account is linked.Check off the following:
Validation
npm run lint-content -- --paths content/rest/scim/scim.mdnpm run buildCHANGED_FILES='content/rest/scim/scim.md' npm run test -- src/content-render/tests/render-changed-and-deleted-files.ts