mirror of
https://github.com/github/awesome-copilot.git
synced 2026-04-11 02:35:55 +00:00
fix: default contributor bot PRs to staged (#1256)
* fix: default contributor bot PRs to staged * fix(contributors-workflow): checkout staged when generating PR
This commit is contained in:
2
.github/workflows/contributors.yml
vendored
2
.github/workflows/contributors.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user