From cf971d10f130e7d6dd69dff919aec4407edd8174 Mon Sep 17 00:00:00 2001 From: Satya K <43106076+SriSatyaLokesh@users.noreply.github.com> Date: Thu, 2 Apr 2026 04:32:43 +0530 Subject: [PATCH] fix: default contributor bot PRs to staged (#1256) * fix: default contributor bot PRs to staged * fix(contributors-workflow): checkout staged when generating PR --- .github/workflows/contributors.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/contributors.yml b/.github/workflows/contributors.yml index 21913a64..7f02f3f1 100644 --- a/.github/workflows/contributors.yml +++ b/.github/workflows/contributors.yml @@ -17,6 +17,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: fetch-depth: 0 + ref: staged - name: Extract Node version from package.json id: node-version @@ -74,6 +75,7 @@ jobs: uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7.0.11 with: token: ${{ secrets.GITHUB_TOKEN }} + base: staged commit-message: "docs: update contributors" title: "Update Contributors" body: |