Skip to content

Commit cf971d1

Browse files
fix: default contributor bot PRs to staged (#1256)
* fix: default contributor bot PRs to staged * fix(contributors-workflow): checkout staged when generating PR
1 parent eb5cff8 commit cf971d1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/contributors.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1818
with:
1919
fetch-depth: 0
20+
ref: staged
2021

2122
- name: Extract Node version from package.json
2223
id: node-version
@@ -74,6 +75,7 @@ jobs:
7475
uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7.0.11
7576
with:
7677
token: ${{ secrets.GITHUB_TOKEN }}
78+
base: staged
7779
commit-message: "docs: update contributors"
7880
title: "Update Contributors"
7981
body: |

0 commit comments

Comments
 (0)