Skip to content
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

Merged
merged 5 commits into from
Mar 18, 2025
Merged

Repo sync #36970

merged 5 commits into from
Mar 18, 2025

Conversation

docs-bot
Copy link
Collaborator

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.

@Copilot Copilot bot review requested due to automatic review settings March 18, 2025 21:30
@github github locked as spam and limited conversation to collaborators Mar 18, 2025
@docs-bot docs-bot merged commit 2bdcf81 into main Mar 18, 2025
1 check passed
@github-actions github-actions bot added the triage Do not begin working on this issue until triaged by the team label Mar 18, 2025

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
triage Do not begin working on this issue until triaged by the team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants