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

Automate PR review process #2047

Open
kencho51 opened this issue Oct 2, 2024 · 0 comments
Open

Automate PR review process #2047

kencho51 opened this issue Oct 2, 2024 · 0 comments

Comments

@kencho51
Copy link
Contributor

kencho51 commented Oct 2, 2024

User story

As a developer
I want to automate aspect of PR reviewing
So that can be approved and merged more quickly

Acceptance criteria

Given a new PR is created
When it is made ready for review
Then the the coding style is automatically checked
And the presence of a CHANGELOG entry is automatically checked
And spellechecking of changed documentation is automatically checked

Is your feature request related to a problem? Please describe.

Currently, reviewing PR takes long time to completed, which some works (spelling, coding style, change log entry, etc) could have been done automatically.

Describe the solution you'd like
A clear and concise description of what you want to happen.

Create a job in gitlab runner/github action to check:

  • spelling
  • coding style
  • change log updated or not
  • etc

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: To Estimate
Development

No branches or pull requests

2 participants