From 388537d0171889e96b46d93a44919c848eed8a04 Mon Sep 17 00:00:00 2001 From: johennin <52281498+johennin@users.noreply.github.com> Date: Tue, 23 Mar 2021 18:34:17 +0100 Subject: [PATCH 1/4] add readme and folder --- contributions/course-automation/LeeBadal-johennin/readme.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 contributions/course-automation/LeeBadal-johennin/readme.md diff --git a/contributions/course-automation/LeeBadal-johennin/readme.md b/contributions/course-automation/LeeBadal-johennin/readme.md new file mode 100644 index 0000000000..8b13789179 --- /dev/null +++ b/contributions/course-automation/LeeBadal-johennin/readme.md @@ -0,0 +1 @@ + From b5dd181668223b5a61f6e0251a70c46cfdc615e7 Mon Sep 17 00:00:00 2001 From: johennin <52281498+johennin@users.noreply.github.com> Date: Tue, 23 Mar 2021 18:38:37 +0100 Subject: [PATCH 2/4] Rename readme.md to README.md --- .../course-automation/LeeBadal-johennin/{readme.md => README.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename contributions/course-automation/LeeBadal-johennin/{readme.md => README.md} (100%) diff --git a/contributions/course-automation/LeeBadal-johennin/readme.md b/contributions/course-automation/LeeBadal-johennin/README.md similarity index 100% rename from contributions/course-automation/LeeBadal-johennin/readme.md rename to contributions/course-automation/LeeBadal-johennin/README.md From c1f005de79f42f0888e6453dcab9e6160edebe1d Mon Sep 17 00:00:00 2001 From: johennin <52281498+johennin@users.noreply.github.com> Date: Tue, 23 Mar 2021 18:58:30 +0100 Subject: [PATCH 3/4] Update README.md --- .../LeeBadal-johennin/README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/contributions/course-automation/LeeBadal-johennin/README.md b/contributions/course-automation/LeeBadal-johennin/README.md index 8b13789179..2ddb83d473 100644 --- a/contributions/course-automation/LeeBadal-johennin/README.md +++ b/contributions/course-automation/LeeBadal-johennin/README.md @@ -1 +1,19 @@ +# Automatic duplicate proposal detection +## Members +Lee Badal (badal@kth.se) +GitHub: [@LeeBadal](https://github.com/LeeBadal) + +Johan Henning (johennin@kth.se) + +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/) From f88c5a55396bf3bd58637e23949a29254e93feef Mon Sep 17 00:00:00 2001 From: johennin <52281498+johennin@users.noreply.github.com> Date: Wed, 24 Mar 2021 12:56:00 +0100 Subject: [PATCH 4/4] Rename contributions/course-automation/LeeBadal-johennin/README.md to contributions/course-automation/badal-johennin/README.md --- .../{LeeBadal-johennin => badal-johennin}/README.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename contributions/course-automation/{LeeBadal-johennin => badal-johennin}/README.md (100%) diff --git a/contributions/course-automation/LeeBadal-johennin/README.md b/contributions/course-automation/badal-johennin/README.md similarity index 100% rename from contributions/course-automation/LeeBadal-johennin/README.md rename to contributions/course-automation/badal-johennin/README.md