Skip to content

Commit 365a48a

Browse files
authored
Merge pull request #43711 from github/repo-sync
Repo sync
2 parents 931102f + 06a0f40 commit 365a48a

File tree

10 files changed

+159
-75
lines changed

10 files changed

+159
-75
lines changed
-375 KB
Binary file not shown.
-120 KB
Binary file not shown.
Binary file not shown.

content/communities/maintaining-your-safety-on-github/reporting-abuse-or-spam.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ You can report users that have violated {% data variables.product.prodname_dotco
2020

2121
If reported content is enabled for a public repository, you can also report content directly to repository maintainers.
2222

23+
While we encourage using the in-product reporting tools detailed below, you can also report abuse directly through our [contact form](https://support.github.com/contact/report-abuse?category=report-abuse&report=other&report_type=unspecified).
24+
2325
## Reporting a user
2426

2527
{% data reusables.profile.user_profile_page_navigation %}
@@ -81,7 +83,6 @@ If reported content is enabled for a public repository, you can also report cont
8183
1. Complete the contact form to tell {% data variables.contact.github_support %} about the contact link's behavior, then click **Send request**.
8284

8385
> [!NOTE]
84-
> * In order to get accurate information about the abuse, the abuse report form will direct you to use the in-product abuse report links. If an in-product link is not available, contact {% data variables.contact.contact_support %} to report abuse or report content.
8586
> * Users in India can contact {% data variables.product.prodname_dotcom %}'s Grievance Officer for India through [support.github.com/contact/india-grievance-officer](https://support.github.com/contact/india-grievance-officer).
8687
8788
## Further reading

content/copilot/reference/copilot-cli-reference/cli-command-reference.md

Lines changed: 147 additions & 60 deletions
Large diffs are not rendered by default.

content/copilot/reference/copilot-cli-reference/cli-config-dir-reference.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,16 +53,16 @@ Common settings include:
5353
| `theme` | string | Color theme: `"auto"`, `"dark"`, or `"light"` |
5454
| `mouse` | boolean | Enable mouse support in alt screen mode (default: `true`) |
5555
| `banner` | string | Animated banner frequency: `"always"`, `"once"`, or `"never"` (default: `"once"`) |
56-
| `render_markdown` | boolean | Render markdown in responses (default: `true`) |
57-
| `screen_reader` | boolean | Enable screen reader optimizations (default: `false`) |
58-
| `auto_update` | boolean | Automatically download CLI updates (default: `true`) |
56+
| `renderMarkdown` | boolean | Render Markdown in responses (default: `true`) |
57+
| `screenReader` | boolean | Enable screen reader optimizations (default: `false`) |
58+
| `autoUpdate` | boolean | Automatically download CLI updates (default: `true`) |
5959
| `stream` | boolean | Stream responses token by token (default: `true`) |
6060
| `includeCoAuthoredBy` | boolean | Add Co-authored-by to agent-created commits (default: `true`) |
6161
| `respectGitignore` | boolean | Exclude gitignored files from the `@` file picker (default: `true`) |
6262
| `trusted_folders` | string[] | Folders where read/execute permission has been granted |
6363
| `allowed_urls` | string[] | URLs or domains allowed without prompting |
6464
| `denied_urls` | string[] | URLs or domains that are always denied |
65-
| `log_level` | string | Log verbosity: `"none"`, `"error"`, `"warning"`, `"info"`, `"debug"`, `"all"`, or `"default"` (default: `"default"`) |
65+
| `logLevel` | string | Log verbosity: `"none"`, `"error"`, `"warning"`, `"info"`, `"debug"`, `"all"`, or `"default"` (default: `"default"`) |
6666
| `disableAllHooks` | boolean | Disable all hooks (default: `false`) |
6767
| `hooks` | object | Inline user-level hook definitions |
6868

content/copilot/reference/copilot-usage-metrics/copilot-usage-metrics.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,12 @@ For example schemas of the data returned by the APIs, see [AUTOTITLE](/copilot/r
9292
| `totals_by_model_feature` / `totals_by_language_model` | Model-specific breakdowns for chat activity (not completions). When {% data variables.copilot.copilot_auto_model_selection_short %} is enabled, activity is attributed to the actual model used rather than appearing as `Auto`. |
9393
| `last_known_ide_version` / `last_known_plugin_version` | The most recent IDE and {% data variables.copilot.copilot_chat_short %} extension version detected for each user. |
9494
| `daily_active_cli_users` | Number of unique users in the enterprise or organization who used {% data variables.product.prodname_copilot_short %} via the CLI on a given day. This field is **independent** of IDE active user counts and is **not** included in IDE-based active user definitions. Omitted for enterprises or organizations with no CLI usage on that day. |
95-
| `totals_by_cli` | Breakdown of CLI-specific metrics for the enterprise or organization on a given day. Independent of IDE metrics—CLI usage is **not** reflected in other fields such as `totals_by_ide` or `totals_by_feature`. Omitted for enterprises or organizations with no CLI usage on that day. See [{% data variables.copilot.copilot_cli_short %} metrics fields](#copilot-cli-metrics-fields-api-only) below. |
95+
| `totals_by_cli` | Breakdown of CLI-specific metrics for the enterprise, organization, or user on a given day. Independent of IDE metrics—CLI usage is **not** reflected in other fields such as `totals_by_ide` or `totals_by_feature`. Omitted when there's no CLI usage on that day. See [{% data variables.copilot.copilot_cli_short %} metrics fields](#copilot-cli-metrics-fields-api-only) below. |
9696
| `used_cli` | Captures whether the user has used {% data variables.copilot.copilot_cli_short %} that day. |
97-
| `used_agent` | Captures whether the user has used IDE agent mode that day. |
97+
| `used_agent` | Captures whether the user has used agent mode in the IDE that day. Does not include {% data variables.copilot.copilot_code-review_short %} activity, which is captured separately in `used_copilot_code_review_active` and `used_copilot_code_review_passive`. |
9898
| `used_chat` | Captures whether the user has used IDE chat that day. |
99+
| `used_copilot_code_review_active` | Captures whether the user actively engaged with {% data variables.copilot.copilot_code-review_short %} that day. A user is considered active if they manually requested a {% data variables.product.prodname_copilot_short %} review, or applied a {% data variables.product.prodname_copilot_short %} review suggestion. |
100+
| `used_copilot_code_review_passive` | Captures whether the user had {% data variables.product.prodname_copilot_short %} automatically assigned to review their pull request that day, without actively engaging with the review. |
99101

100102
### {% data variables.copilot.copilot_cli_short %} metrics fields (API only)
101103

content/site-policy/content-removal-policies/github-private-information-removal-policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ These guidelines are designed to make the processing of requests to remove priva
8787

8888
## How to Submit Your Request
8989

90-
You can submit your request to remove private information via our [contact form](https://support.github.com/contact?tags=docs-private-information). Please include a plain-text version of your request in the body of your message. Sending your request in an attachment may result in processing delays.
90+
You can submit your request to remove private information via our [contact form](https://support.github.com/contact/private-information). Please include a plain-text version of your request in the body of your message. Sending your request in an attachment may result in processing delays.
9191

9292
## Disputes
9393

data/features/code-security-multi-repo-enablement.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
220f40fa27593ccceb482a0c5546fc151e3976e8
1+
e566c239b96a15dd2d7e2e32b67668227e21f417

0 commit comments

Comments
 (0)