Skip to content

Consider using GitHub Actions' create-pull-request action #16

@alexanderilyin

Description

@alexanderilyin

.github/workflows/release.yaml (1): Line range hint 31-47

The current implementation for creating documentation PRs uses manual git commands. Consider using the peter-evans/create-pull-request action for a more maintainable solution.

Example implementation:

- name: Create PR for Documentation
  uses: peter-evans/create-pull-request@v7
  with:
    commit-message: 'Automated documentation update [skip ci]'
    title: 'Automated documentation update'
    branch: automated-documentation-update-${{ github.run_id }}
    delete-branch: true

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions