diff --git a/.github/workflows/first-responder-v2-prs-collect.yml b/.github/workflows/first-responder-v2-prs-collect.yml index 7ab86a2cc7e7..66830ce853ff 100644 --- a/.github/workflows/first-responder-v2-prs-collect.yml +++ b/.github/workflows/first-responder-v2-prs-collect.yml @@ -69,7 +69,7 @@ jobs: - name: Check if PR is connected to DIY docs issue id: check-diy-docs env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.DOCS_BOT_PAT_WRITEORG_PROJECT }} run: | 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]+') for ISSUE_NUM in $ISSUE_NUMS; do @@ -83,7 +83,7 @@ jobs: - name: Add the DIY docs label if connected to a DIY docs issue if: ${{ env.DIY_DOCS_LABEL == 'true' }} env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.DOCS_BOT_PAT_WRITEORG_PROJECT }} PR_URL: ${{ github.event.pull_request.html_url }} run: | gh pr edit $PR_URL --add-label 'DIY docs' diff --git a/content/copilot/using-github-copilot/copilot-chat/indexing-repositories-for-copilot-chat.md b/content/copilot/using-github-copilot/copilot-chat/indexing-repositories-for-copilot-chat.md index edd22e86f385..89f24baec2f7 100644 --- a/content/copilot/using-github-copilot/copilot-chat/indexing-repositories-for-copilot-chat.md +++ b/content/copilot/using-github-copilot/copilot-chat/indexing-repositories-for-copilot-chat.md @@ -26,7 +26,7 @@ For more information on how to ask questions, see [AUTOTITLE](/copilot/using-git ## About index creation and use -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. +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. 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 %}.