From 3c525141ebb947d4fd6a443fa7bcdf5a37a03c72 Mon Sep 17 00:00:00 2001 From: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Date: Wed, 12 Mar 2025 14:27:50 -0700 Subject: [PATCH] Revert "use main (#11081)" This reverts commit 6dfebc3b64ad3dd47cc9c0772a5236cb3bf2a440. --- .github/workflows/labeler-train.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/labeler-train.yml b/.github/workflows/labeler-train.yml index 53791a7f258..f08b390cbb6 100644 --- a/.github/workflows/labeler-train.yml +++ b/.github/workflows/labeler-train.yml @@ -111,7 +111,7 @@ jobs: permissions: pull-requests: read actions: write - uses: dotnet/issue-labeler/.github/workflows/download-pulls.yml@main + uses: dotnet/issue-labeler/.github/workflows/download-pulls.yml@f0c098669828a134c0313adf3f58c1909e555d86 # v1.0.1 with: data_cache_key: ${{ inputs.cache_key_suffix }} pull_limit: ${{ inputs.data_limit && fromJSON(inputs.data_limit) || 0 }}