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

ci: add Reviewpad action #500

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Conversation

marcelosousa
Copy link

Description

This pull request adds the Reviewpad action to the repository to start automating workflows around pull requests without adding a new GitHub action to each automation.

The automation added are specified in the .github/reviewpad.yml file:

  • Add a label depending on the size of the pull request;
  • Add a label depending on the modifications (replaces the existing labeler action - FYI: that action is only active in pull requests which means that it wouldn't run on contributions from forks and the extra permissions are not necessary);
  • Automatically writes a welcome message to new contributors to the project
  • Checks if there the history of a pull request is linear; if it is not, then adds a warning in the pull request as a comment.

Would be great to get some feedback on this!

@github-actions github-actions bot added the conflicts Indicates merge conflicts label Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
conflicts Indicates merge conflicts
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants