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

Course automation: Automatic duplicate proposal detection #959

Merged
merged 4 commits into from
Mar 24, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions contributions/course-automation/badal-johennin/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Automatic duplicate proposal detection
## Members
Lee Badal ([email protected])

GitHub: [@LeeBadal](https://github.com/LeeBadal)

Johan Henning ([email protected])

GitHub [@johennin](https://github.com/johennin)

## Proposal
We plan to create a github action that validates that no previous/similar proposals have been made before.

To verify that the PR is a proposal we intend to test the folder structure or validate that a proposal label is assigned (if https://github.com/KTH/devops-course/pull/949 is implemented)
We will then run a semantic analysis comparator to previous PR(Title and description) proposals and notify the user/TA's by writing a comment if they are above a certain threshold of similarity or if manual revision by a TA is required. (In this case the URLs to the similar PR will be provided)

## Proposed tools
* Github Actions
* [NLTK](https://www.nltk.org/)