-
Notifications
You must be signed in to change notification settings - Fork 65.6k
Delete content/rest/authentication/endpoints-available-for-fine-grain... #42257
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
...ed-personal-access-tokens.md
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR deletes the documentation file for "Endpoints available for fine-grained personal access tokens" without addressing the numerous dependencies and references throughout the codebase. The PR description is missing critical information about why this file is being removed and lacks a linked issue explaining the rationale.
Key changes:
- Deletion of the entire
endpoints-available-for-fine-grained-personal-access-tokens.mdfile, which is an autogenerated documentation page
Comments suppressed due to low confidence (1)
content/rest/authentication/endpoints-available-for-fine-grained-personal-access-tokens.md:1
- This file deletion will break references in multiple parts of the codebase. The following files still reference this page:
content/rest/authentication/index.md- Line 16 includes this in the children listdata/reusables/user-settings/patv2-limitations.md- Line 7 links to this pagesrc/article-api/tests/github-apps-transformer.ts- Lines 56-70 test this pagesrc/article-api/transformers/github-apps-transformer.ts- Line 70 maps this filesrc/github-apps/lib/config.json- Line 45 configures the target filenamesrc/github-apps/README.md- Line 8 documents this page
The page appears to be autogenerated content (marked with autogenerated: github-apps in frontmatter) that is rendered by a Next.js component at src/github-apps/pages/endpoints-available-for-fine-grained-personal-access-tokens.tsx. Deleting only the markdown file without updating these references and the generation pipeline will cause broken links and test failures.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Uh oh!
There was an error while loading. Please reload this page.
...ed-personal-access-tokens.md
Why:
Closes:
What's being changed (if available, include any code snippets, screenshots, or gifs):
Check off the following: