Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
alexanderilyin opened this issue Dec 19, 2024 · 0 comments
Open

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

alexanderilyin opened this issue Dec 19, 2024 · 0 comments
Assignees

Comments

@alexanderilyin
Copy link
Contributor

.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
@alexanderilyin alexanderilyin self-assigned this Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant