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

Use GitHub action to validate PRs automatically #49

Open
HamidMolareza opened this issue Nov 13, 2024 · 0 comments
Open

Use GitHub action to validate PRs automatically #49

HamidMolareza opened this issue Nov 13, 2024 · 0 comments
Labels
priority-low Nice addition, maybe... someday... scope-enhancement Enhancement of the code, Refactor, not introducing new features.

Comments

@HamidMolareza
Copy link
Owner

Some of the pull request evaluations could potentially be automated using GitHub Actions. For example:

  • Ensure the problem folder name (Quera ID) is valid.
  • Validate the solution folder name (on Quera, each problem specifies the allowed languages for submission; zip format is an exception).
  • Submit the solution to Quera to ensure it gets a full score.
  • Request a review based on the CODEOWNERS file and its format.

Errors could be limited to warnings, so they don’t block merging.


Project template: HamidMolareza/github-action-typescript

@HamidMolareza HamidMolareza added priority-low Nice addition, maybe... someday... scope-enhancement Enhancement of the code, Refactor, not introducing new features. labels Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority-low Nice addition, maybe... someday... scope-enhancement Enhancement of the code, Refactor, not introducing new features.
Projects
None yet
Development

No branches or pull requests

1 participant