From 6f2ca1ad6d919f9b29801aa5239aef95ef18091d Mon Sep 17 00:00:00 2001 From: docs-bot <77750099+docs-bot@users.noreply.github.com> Date: Wed, 27 Nov 2024 08:36:14 -0800 Subject: [PATCH 1/2] Update audit log event data (#53338) --- src/audit-logs/lib/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/audit-logs/lib/config.json b/src/audit-logs/lib/config.json index 1146aabd92d5..09cf10a4757a 100644 --- a/src/audit-logs/lib/config.json +++ b/src/audit-logs/lib/config.json @@ -3,5 +3,5 @@ "apiOnlyEvents": "This event is not available in the web interface, only via the REST API, audit log streaming, or JSON/CSV exports.", "apiRequestEvent": "This event is only available via audit log streaming." }, - "sha": "d0b493306f08311371fb627084f8870cc1ce77e1" + "sha": "ef080778a1c60b08685a0c0ecda03fe301de67fc" } \ No newline at end of file From 2d168e7281e1be2dd359c2c5c12c0916aaa95c11 Mon Sep 17 00:00:00 2001 From: Sarita Iyer <66540150+saritai@users.noreply.github.com> Date: Wed, 27 Nov 2024 12:59:56 -0500 Subject: [PATCH 2/2] Add links to "Example prompts for Copilot Chat" in Docs home page and Copilot landing page (#53312) --- content/copilot/index.md | 1 + content/index.md | 1 + 2 files changed, 2 insertions(+) diff --git a/content/copilot/index.md b/content/copilot/index.md index 31c1d5decd5e..02a950857d96 100644 --- a/content/copilot/index.md +++ b/content/copilot/index.md @@ -16,6 +16,7 @@ featuredLinks: popular: - /copilot/using-github-copilot/best-practices-for-using-github-copilot - /copilot/using-github-copilot/prompt-engineering-for-github-copilot + - /copilot/example-prompts-for-github-copilot-chat - /copilot/using-github-copilot/getting-code-suggestions-in-your-ide-with-github-copilot - /copilot/using-github-copilot/asking-github-copilot-questions-in-your-ide - /copilot/using-github-copilot/using-github-copilot-in-the-command-line diff --git a/content/index.md b/content/index.md index cf517b1a055d..7c99d615e2a8 100644 --- a/content/index.md +++ b/content/index.md @@ -106,6 +106,7 @@ childGroups: - copilot - copilot/using-github-copilot/getting-code-suggestions-in-your-ide-with-github-copilot - copilot/using-github-copilot/prompt-engineering-for-github-copilot + - copilot/example-prompts-for-github-copilot-chat - copilot/using-github-copilot/asking-github-copilot-questions-in-github - copilot/using-github-copilot/guides-on-using-github-copilot/refactoring-code-with-github-copilot - name: CI/CD and DevOps