-
Notifications
You must be signed in to change notification settings - Fork 61.2k
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
Repo sync #36970
Conversation
Co-authored-by: Sam Browning <[email protected]>
Co-authored-by: Alec Breton <[email protected]> Co-authored-by: Kevin Heis <[email protected]> Co-authored-by: Motaz <[email protected]> Co-authored-by: Sunbrye Ly <[email protected]>
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 pull request synchronizes documentation and configurations between the public and private repositories. Key changes include:
- Addition of the issue types REST API documentation.
- Updates to personal access token documentation and configuration texts.
- Removal of API rate limiting middleware from the server routes.
Reviewed Changes
Copilot reviewed 46 out of 53 changed files in this pull request and generated no comments.
Show a summary per file
File | Description |
---|---|
content/rest/orgs/issue-types.md | Introduces new autogenerated issue types documentation. |
content/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens.md | Revises note sections and list item texts in PAT documentation. |
.github/workflows/review-comment.yml | Updates staging server deployment message for internal workflow. |
content/admin/enforcing-policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-personal-access-tokens-in-your-enterprise.md | Adds default settings details in enterprise PAT enforcement. |
content/rest/orgs/index.md | Adds new issue types route in REST API navigation. |
content/rest/orgs/personal-access-tokens.md | Minor changes in autogenerated content notice. |
content/organizations/managing-programmatic-access-to-your-organization/setting-a-personal-access-token-policy-for-your-organization.md | Adjusts version constraints and default policy messages. |
data/features/pats-maximum-lifetime.yml | Updates version constraint for PATs maximum lifetime feature. |
content/organizations/managing-programmatic-access-to-your-organization/managing-requests-for-personal-access-tokens-in-your-organization.md | Removes a reusable data inclusion from PAT request management. |
content/organizations/managing-programmatic-access-to-your-organization/reviewing-and-revoking-personal-access-tokens-in-your-organization.md | Updates text regarding which tokens can be managed via the UI. |
src/frame/middleware/api.ts | Removes API rate limiting middleware from multiple routes. |
data/reusables/user-settings/pat-v2-beta.md | Removes a beta notice file for PAT v2. |
data/reusables/user-settings/pat-v2-org-opt-in.md | Removes an opt-in notice file for organizations. |
Files not reviewed (7)
- src/github-apps/data/fpt-2022-11-28/fine-grained-pat-permissions.json: Language not supported
- src/github-apps/data/fpt-2022-11-28/fine-grained-pat.json: Language not supported
- src/github-apps/data/fpt-2022-11-28/server-to-server-permissions.json: Language not supported
- src/github-apps/data/fpt-2022-11-28/server-to-server-rest.json: Language not supported
- src/github-apps/data/fpt-2022-11-28/user-to-server-rest.json: Language not supported
- src/github-apps/data/ghec-2022-11-28/fine-grained-pat-permissions.json: Language not supported
- src/github-apps/data/ghec-2022-11-28/fine-grained-pat.json: Language not supported
Comments suppressed due to low confidence (1)
src/frame/middleware/api.ts:10
- Removal of the rate limiting middleware import and its usage results in all endpoints lacking rate limiting protection, which may lead to request flooding.
-import { createRateLimiter } from '@/shielding/middleware/rate-limit'
Tip: Copilot only keeps its highest confidence comments to reduce noise and keep you focused. Learn more
This is an automated pull request to sync changes between the public and private repos.
Our bot will merge this pull request automatically.
To preserve continuity across repos, do not squash this pull request.