We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb5cff8 commit cf971d1Copy full SHA for cf971d1
.github/workflows/contributors.yml
@@ -17,6 +17,7 @@ jobs:
17
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
18
with:
19
fetch-depth: 0
20
+ ref: staged
21
22
- name: Extract Node version from package.json
23
id: node-version
@@ -74,6 +75,7 @@ jobs:
74
75
uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7.0.11
76
77
token: ${{ secrets.GITHUB_TOKEN }}
78
+ base: staged
79
commit-message: "docs: update contributors"
80
title: "Update Contributors"
81
body: |
0 commit comments