Skip to content

Commit c2b9b6a

Browse files
authored
Merge pull request #36793 from github/repo-sync
Repo sync
2 parents 9a3bc79 + ade7272 commit c2b9b6a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/first-responder-v2-prs-collect.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- name: Check if PR is connected to DIY docs issue
7070
id: check-diy-docs
7171
env:
72-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
72+
GITHUB_TOKEN: ${{ secrets.DOCS_BOT_PAT_WRITEORG_PROJECT }}
7373
run: |
7474
ISSUE_NUMS=$(echo "${{ github.event.pull_request.body }}" | grep -oE '(https://github.com/github/docs-content/issues/[0-9]+|#[0-9]+)' | grep -oE '[0-9]+')
7575
for ISSUE_NUM in $ISSUE_NUMS; do
@@ -83,7 +83,7 @@ jobs:
8383
- name: Add the DIY docs label if connected to a DIY docs issue
8484
if: ${{ env.DIY_DOCS_LABEL == 'true' }}
8585
env:
86-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
86+
GITHUB_TOKEN: ${{ secrets.DOCS_BOT_PAT_WRITEORG_PROJECT }}
8787
PR_URL: ${{ github.event.pull_request.html_url }}
8888
run: |
8989
gh pr edit $PR_URL --add-label 'DIY docs'

content/copilot/using-github-copilot/copilot-chat/indexing-repositories-for-copilot-chat.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ For more information on how to ask questions, see [AUTOTITLE](/copilot/using-git
2626

2727
## About index creation and use
2828

29-
Indexing runs in the background and initial indexing can take up to 30 minutes for a large repository. Once a repository has been indexed for the first time, re-indexing is much quicker and the index will typically be automatically updated to include the latest changes within 5 minutes of you starting a new conversation.
29+
Indexing runs in the background and initial indexing can take up to 60 seconds for a large repository. Once a repository has been indexed for the first time, re-indexing is much quicker and the index will typically be automatically updated to include the latest changes within seconds of you starting a new conversation.
3030

3131
Once an index has been created for a repository, {% data variables.product.prodname_copilot_chat_short %} uses it to answer questions asked by any {% data variables.product.prodname_copilot_short %} user in {% data variables.product.github %} and {% data variables.product.prodname_vscode %}.
3232

0 commit comments

Comments
 (0)