mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
Update workflow action
This commit is contained in:
parent
d51ae7c239
commit
8eb317e560
1 changed files with 2 additions and 1 deletions
3
.github/workflows/changie-pr.yml
vendored
3
.github/workflows/changie-pr.yml
vendored
|
|
@ -66,11 +66,12 @@ jobs:
|
|||
|
||||
- name: Create Pull Request
|
||||
if: steps.check.outputs.has_changes == 'true'
|
||||
uses: peter-evans/create-pull-request@v5
|
||||
uses: peter-evans/create-pull-request@v7
|
||||
with:
|
||||
title: "Release ${{ steps.latest.outputs.output }}"
|
||||
branch: "release/${{ steps.latest.outputs.output }}"
|
||||
commit-message: "chore: update changelog for ${{ steps.latest.outputs.output }}"
|
||||
branch-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
body: |
|
||||
This PR was automatically created by the Changie workflow.
|
||||
- Updates CHANGELOG.md
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue