mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-14 23:21:19 +00:00
Merge pull request #1634 from RooVetGit/contributors_use_create_pull_request_more
Use create pull request action more
This commit is contained in:
commit
afb8b05553
1 changed files with 7 additions and 11 deletions
18
.github/workflows/update-contributors.yml
vendored
18
.github/workflows/update-contributors.yml
vendored
|
|
@ -32,25 +32,21 @@ jobs:
|
|||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Stage changes
|
||||
if: steps.check-changes.outputs.changes == 'true'
|
||||
run: |
|
||||
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
||||
git config --local user.name "github-actions[bot]"
|
||||
git add README.md
|
||||
git commit -m "docs: update contributors list [skip ci]"
|
||||
|
||||
- name: Create Pull Request
|
||||
if: steps.check-changes.outputs.changes == 'true'
|
||||
uses: peter-evans/create-pull-request@v5
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
add-paths: |
|
||||
README.md
|
||||
commit-message: "docs: update contributors list [skip ci]"
|
||||
committer: "github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>"
|
||||
branch: update-contributors
|
||||
branch-suffix: timestamp
|
||||
delete-branch: true
|
||||
title: "Update contributors list"
|
||||
body: |
|
||||
Automated update of contributors list in README.md
|
||||
|
||||
This PR was created automatically by a GitHub Action workflow.
|
||||
branch: update-contributors
|
||||
branch-suffix: timestamp
|
||||
delete-branch: true
|
||||
base: main
|
||||
Loading…
Add table
Reference in a new issue