From d1b3bb0ca40fe75c3d13ffe797728d8290950f71 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Wed, 18 Dec 2024 10:09:07 -0500 Subject: [PATCH] fix: change base branch to next --- .github/workflows/analyze-dependents.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/analyze-dependents.yml b/.github/workflows/analyze-dependents.yml index db25bc576e..dc10acb292 100644 --- a/.github/workflows/analyze-dependents.yml +++ b/.github/workflows/analyze-dependents.yml @@ -268,7 +268,7 @@ jobs: body: "Contains automated changes to the dependent-usage.json file, which provides the data for Paragon Usage Insights." labels: automerge branch: dependent-usage-analyzer/update-dependent-usage-json - base: release-22.x + base: next - name: Auto-approve pull request for dependent project usages uses: hmarr/auto-approve-action@v2 with: