From 3d40d814592ee9fc773da41b872ecacf3485d8ea Mon Sep 17 00:00:00 2001 From: alexweininger Date: Tue, 27 Aug 2024 11:23:27 -0400 Subject: [PATCH] Fix feature-request workflow --- .github/workflows/feature-request.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/feature-request.yml b/.github/workflows/feature-request.yml index 94c0c5144..c3a8960b8 100644 --- a/.github/workflows/feature-request.yml +++ b/.github/workflows/feature-request.yml @@ -25,6 +25,8 @@ jobs: uses: ./actions/feature-request with: token: ${{secrets.AZCODE_BOT_PAT}} + owner: "microsoft" + repo: "vscode-cosmosdb" candidateMilestoneID: 28 candidateMilestoneName: "Backlog Candidates" backlogMilestoneID: 33 @@ -40,4 +42,3 @@ jobs: warnDays: 60 closeDays: 240 milestoneDelaySeconds: 60 -