From 7c8b5b502701af8d9a047613c1421228ee410670 Mon Sep 17 00:00:00 2001 From: Summer Warren Date: Tue, 6 Jan 2026 18:27:35 -0800 Subject: [PATCH] Add instruction to authenticate with Github CLI --- .../azsdk-tools/create-release-plan.instructions.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/eng/common/instructions/azsdk-tools/create-release-plan.instructions.md b/eng/common/instructions/azsdk-tools/create-release-plan.instructions.md index 29a4264428d2..6d82d3272eca 100644 --- a/eng/common/instructions/azsdk-tools/create-release-plan.instructions.md +++ b/eng/common/instructions/azsdk-tools/create-release-plan.instructions.md @@ -51,6 +51,10 @@ If any details are missing, prompt the user accordingly: - If SDK pull requests exist: - Collect the pull request links from the user - Use `azsdk_link_sdk_pull_request_to_release_plan` to link each SDK pull request to the release plan + > **GitHub CLI Authentication Required:** + > Before running any SDK PR linking steps, ensure you are authenticated with GitHub CLI. + > Run: `gh auth login` + > You can check authentication status with `gh auth status`. - Confirm successful linking for each SDK pull request ## Step 7: Summary