From 87c81dd7ceba7da5183d84f7aa014625cbb36d7d Mon Sep 17 00:00:00 2001 From: Harsh Patel Date: Thu, 8 Nov 2018 16:11:10 -0800 Subject: [PATCH 1/6] Updated Instructions for Label Bot --- CONTRIBUTORS.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index a2e19c5e1be6..666b4a9e8d5a 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -196,5 +196,8 @@ Label Bot --------- * [mxnet-label-bot](https://github.com/mxnet-label-bot) - mxnet-label-bot provides users with the functionality to add labels from the repository to issues - - To use me, comment: @mxnet-label-bot add [specify label here] + - To use me, comment:
+ @mxnet-label-bot add [specify label here]
+ @mxnet-label-bot remove [specify label here]
+ @mxnet-label-bot update [specify label here]
- For further details: [My Wiki Page](https://cwiki.apache.org/confluence/display/MXNET/Machine+Learning+Based+GitHub+Bot) From 96a24bbdb547cb2cbd6ee59c0a0eb6f6e06bf79f Mon Sep 17 00:00:00 2001 From: Harsh Patel Date: Thu, 8 Nov 2018 16:14:47 -0800 Subject: [PATCH 2/6] Updated instructions for mxnet-label-bot --- CONTRIBUTORS.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 666b4a9e8d5a..91f21f761acc 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -197,7 +197,7 @@ Label Bot * [mxnet-label-bot](https://github.com/mxnet-label-bot) - mxnet-label-bot provides users with the functionality to add labels from the repository to issues - To use me, comment:
- @mxnet-label-bot add [specify label here]
- @mxnet-label-bot remove [specify label here]
- @mxnet-label-bot update [specify label here]
+ @mxnet-label-bot add [specify labels here]
+ @mxnet-label-bot remove [specify labels here]
+ @mxnet-label-bot update [specify labels here]
- For further details: [My Wiki Page](https://cwiki.apache.org/confluence/display/MXNET/Machine+Learning+Based+GitHub+Bot) From 775be880c4ddc3291f78486b7ae9310c203aaf8d Mon Sep 17 00:00:00 2001 From: Harsh Patel Date: Thu, 8 Nov 2018 16:20:06 -0800 Subject: [PATCH 3/6] Including myself as a contributor --- CONTRIBUTORS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 91f21f761acc..abbb9f9d9ecd 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -191,6 +191,7 @@ List of Contributors * [Dick Carter](https://github.com/DickJC123) * [Rahul Padmanabhan](https://github.com/rahul3) * [Yuxi Hu](https://github.com/yuxihu) +* [Harsh Patel](https://github.com/harshp8l) Label Bot --------- From 822d3c2e35216e76f327308be2244cfd50011849 Mon Sep 17 00:00:00 2001 From: Harsh Patel Date: Fri, 9 Nov 2018 10:44:17 -0800 Subject: [PATCH 4/6] Clarified usage of label bot --- CONTRIBUTORS.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index abbb9f9d9ecd..af790ae78919 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -198,7 +198,8 @@ Label Bot * [mxnet-label-bot](https://github.com/mxnet-label-bot) - mxnet-label-bot provides users with the functionality to add labels from the repository to issues - To use me, comment:
- @mxnet-label-bot add [specify labels here]
- @mxnet-label-bot remove [specify labels here]
- @mxnet-label-bot update [specify labels here]
+ @mxnet-label-bot add [specify comma seperated labels here]
+ @mxnet-label-bot remove [specify comma seperated labels here]
+ @mxnet-label-bot update [specify comma seperated labels here]
+ (i.e. @mxnet-label-bot update ['label1', 'label2']) - For further details: [My Wiki Page](https://cwiki.apache.org/confluence/display/MXNET/Machine+Learning+Based+GitHub+Bot) From c415d24c6c1c32ee3c8180fa71fc89adb80e6cb0 Mon Sep 17 00:00:00 2001 From: Harsh Patel Date: Thu, 15 Nov 2018 11:12:42 -0800 Subject: [PATCH 5/6] Fixed typos and instructions/examples have been made more clear --- CONTRIBUTORS.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index af790ae78919..25315688753d 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -196,10 +196,10 @@ List of Contributors Label Bot --------- * [mxnet-label-bot](https://github.com/mxnet-label-bot) - - mxnet-label-bot provides users with the functionality to add labels from the repository to issues - - To use me, comment:
- @mxnet-label-bot add [specify comma seperated labels here]
- @mxnet-label-bot remove [specify comma seperated labels here]
- @mxnet-label-bot update [specify comma seperated labels here]
- (i.e. @mxnet-label-bot update ['label1', 'label2']) + - mxnet-label-bot provides users with the functionality to manage labels for Issues/Pull Requests on the repository + - To use me, comment: + - @mxnet-label-bot add [specify comma separated labels here] + - @mxnet-label-bot remove [specify comma separated labels here] + - @mxnet-label-bot update [specify comma separated labels here]
+ (i.e. @mxnet-label-bot update [Bug, Python]) - For further details: [My Wiki Page](https://cwiki.apache.org/confluence/display/MXNET/Machine+Learning+Based+GitHub+Bot) From 119897d927cfce49d6cad97e474a16d2beaf8091 Mon Sep 17 00:00:00 2001 From: Harsh Patel Date: Fri, 16 Nov 2018 12:02:41 -0800 Subject: [PATCH 6/6] Added link for available labels --- CONTRIBUTORS.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 25315688753d..d1dd9b90708a 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -200,6 +200,8 @@ Label Bot - To use me, comment: - @mxnet-label-bot add [specify comma separated labels here] - @mxnet-label-bot remove [specify comma separated labels here] - - @mxnet-label-bot update [specify comma separated labels here]
- (i.e. @mxnet-label-bot update [Bug, Python]) + - @mxnet-label-bot update [specify comma separated labels here] + (i.e. @mxnet-label-bot update [Bug, Python]) + + - Available label names which are supported: [Labels](https://github.com/apache/incubator-mxnet/labels) - For further details: [My Wiki Page](https://cwiki.apache.org/confluence/display/MXNET/Machine+Learning+Based+GitHub+Bot)