From a89b67fa442f6482d6c91ad5d6a37d8eeadbdf42 Mon Sep 17 00:00:00 2001 From: Theodore Chang Date: Thu, 21 May 2020 11:39:59 -0400 Subject: [PATCH 01/21] Create label.yml --- .github/workflows/label.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/workflows/label.yml diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml new file mode 100644 index 000000000000..997334f76c3f --- /dev/null +++ b/.github/workflows/label.yml @@ -0,0 +1,20 @@ +# This workflow will triage pull requests and apply a label based on the +# paths that are modified in the pull request. +# +# To use this workflow, you will need to set up a .github/labeler.yml +# file with configuration. For more information, see: +# https://github.com/actions/labeler/blob/master/README.md + +name: Compute_Labeler +on: [pull_request] + +jobs: + label: + runs-on: ubuntu-latest + + steps: + - uses: actions/labeler@v2 + with: + configuration-path: .github/pr-labeler.yml + env: + repo-token: "${{ secrets.GITHUB_TOKEN }}" From 120aa8b622ae5d8041cd89ace893239e979ff363 Mon Sep 17 00:00:00 2001 From: Theodore Chang Date: Thu, 21 May 2020 11:40:52 -0400 Subject: [PATCH 02/21] Create pr-labeler.yml --- .github/pr-labeler.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/pr-labeler.yml diff --git a/.github/pr-labeler.yml b/.github/pr-labeler.yml new file mode 100644 index 000000000000..723be9f89df8 --- /dev/null +++ b/.github/pr-labeler.yml @@ -0,0 +1 @@ +compute: specification/compute From 60a49dd1a23298740b470bd37119cde794977740 Mon Sep 17 00:00:00 2001 From: Theodore Chang Date: Thu, 21 May 2020 11:41:10 -0400 Subject: [PATCH 03/21] Update pr-labeler.yml --- .github/pr-labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pr-labeler.yml b/.github/pr-labeler.yml index 723be9f89df8..b410fc467868 100644 --- a/.github/pr-labeler.yml +++ b/.github/pr-labeler.yml @@ -1 +1 @@ -compute: specification/compute +compute: specification/compute/* From 3bf7fce97460c55b48679c112b077b920e2163cc Mon Sep 17 00:00:00 2001 From: Theodore Chang Date: Thu, 21 May 2020 11:43:13 -0400 Subject: [PATCH 04/21] Update pr-labeler.yml --- .github/pr-labeler.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/pr-labeler.yml b/.github/pr-labeler.yml index b410fc467868..2498b0413ac1 100644 --- a/.github/pr-labeler.yml +++ b/.github/pr-labeler.yml @@ -1 +1,2 @@ -compute: specification/compute/* +compute: + - specification/compute/* From a8a323e3123c0902541f413b9bc617351fdd01b5 Mon Sep 17 00:00:00 2001 From: Theodore Chang Date: Thu, 21 May 2020 11:43:37 -0400 Subject: [PATCH 05/21] Rename pr-labeler.yml to labeler.yml --- .github/{pr-labeler.yml => labeler.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/{pr-labeler.yml => labeler.yml} (100%) diff --git a/.github/pr-labeler.yml b/.github/labeler.yml similarity index 100% rename from .github/pr-labeler.yml rename to .github/labeler.yml From ffd95fb6b58136feab9cd8f4be40c4973f243059 Mon Sep 17 00:00:00 2001 From: Theodore Chang Date: Thu, 21 May 2020 11:44:22 -0400 Subject: [PATCH 06/21] Update and rename label.yml to labelr.yml --- .github/workflows/{label.yml => labelr.yml} | 2 -- 1 file changed, 2 deletions(-) rename .github/workflows/{label.yml => labelr.yml} (88%) diff --git a/.github/workflows/label.yml b/.github/workflows/labelr.yml similarity index 88% rename from .github/workflows/label.yml rename to .github/workflows/labelr.yml index 997334f76c3f..788a56e8b06d 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/labelr.yml @@ -15,6 +15,4 @@ jobs: steps: - uses: actions/labeler@v2 with: - configuration-path: .github/pr-labeler.yml - env: repo-token: "${{ secrets.GITHUB_TOKEN }}" From c7864e3500f8335e4e5d6efb7ce88ec236fbefb1 Mon Sep 17 00:00:00 2001 From: Theodore Chang Date: Thu, 21 May 2020 11:50:22 -0400 Subject: [PATCH 07/21] Update labeler.yml --- .github/labeler.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 2498b0413ac1..92bac9d1976a 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,2 +1 @@ -compute: - - specification/compute/* +compute: ./* From 409ea20936ee33640dffb153582006def2bfc40d Mon Sep 17 00:00:00 2001 From: Theodore Chang Date: Thu, 21 May 2020 11:56:57 -0400 Subject: [PATCH 08/21] Update labelr.yml --- .github/workflows/labelr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/labelr.yml b/.github/workflows/labelr.yml index 788a56e8b06d..5bfd28e693df 100644 --- a/.github/workflows/labelr.yml +++ b/.github/workflows/labelr.yml @@ -9,7 +9,7 @@ name: Compute_Labeler on: [pull_request] jobs: - label: + triage: runs-on: ubuntu-latest steps: From 469e6d02729278fd4cdbf594ec4722d6eb3f100f Mon Sep 17 00:00:00 2001 From: Theodore Chang Date: Thu, 21 May 2020 12:26:41 -0400 Subject: [PATCH 09/21] Rename labelr.yml to labeler.yml --- .github/workflows/{labelr.yml => labeler.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{labelr.yml => labeler.yml} (100%) diff --git a/.github/workflows/labelr.yml b/.github/workflows/labeler.yml similarity index 100% rename from .github/workflows/labelr.yml rename to .github/workflows/labeler.yml From 7f3d58fb6e0df55200b2791fa58e4f00511ee9d5 Mon Sep 17 00:00:00 2001 From: Theodore Chang Date: Thu, 21 May 2020 12:30:26 -0400 Subject: [PATCH 10/21] Update labeler.yml --- .github/labeler.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 92bac9d1976a..c16a116ab43a 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1 +1,3 @@ -compute: ./* +compute: + - ./* + - ./**/* From 937c6a1e77a317b41f6dafaf3c48c404f7b959a9 Mon Sep 17 00:00:00 2001 From: Theodore Chang Date: Thu, 21 May 2020 14:12:15 -0400 Subject: [PATCH 11/21] Update labeler.yml --- .github/labeler.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index c16a116ab43a..5864283a6c9d 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,3 +1,3 @@ compute: - - ./* - - ./**/* + - "./*" + - "./**/*" From 6199b993c3feaf9d249ab956811ddeaae38fc845 Mon Sep 17 00:00:00 2001 From: Theodore Chang Date: Thu, 21 May 2020 14:14:52 -0400 Subject: [PATCH 12/21] Update labeler.yml --- .github/workflows/labeler.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 5bfd28e693df..35043483a15d 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -16,3 +16,4 @@ jobs: - uses: actions/labeler@v2 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" + configuration-path: .github/labeler.yml From 2ee0c4ba59fd0a4026ab7aa88b5bc2dcb037b2eb Mon Sep 17 00:00:00 2001 From: Theodore Chang Date: Thu, 21 May 2020 14:27:35 -0400 Subject: [PATCH 13/21] Update labeler.yml --- .github/workflows/labeler.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 35043483a15d..016c50a0fb5c 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -9,7 +9,7 @@ name: Compute_Labeler on: [pull_request] jobs: - triage: + label: runs-on: ubuntu-latest steps: @@ -17,3 +17,6 @@ jobs: with: repo-token: "${{ secrets.GITHUB_TOKEN }}" configuration-path: .github/labeler.yml + + - name: echo + run: echo Here From 47f1eb89c90e47c54346b31a2742164efb59d1d6 Mon Sep 17 00:00:00 2001 From: Theodore Chang Date: Thu, 21 May 2020 14:30:16 -0400 Subject: [PATCH 14/21] Update labeler.yml --- .github/labeler.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 5864283a6c9d..a8e2d3495406 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,3 +1,3 @@ -compute: - - "./*" - - "./**/*" +compute: +- './*' + - './**/*' From ec9eb1ad7a5bc76c289d9875ee62a4799f1e030f Mon Sep 17 00:00:00 2001 From: Theodore Chang Date: Thu, 21 May 2020 14:30:43 -0400 Subject: [PATCH 15/21] Update labeler.yml --- .github/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index a8e2d3495406..c2615664f7b5 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,3 +1,3 @@ compute: - './*' - - './**/*' +- './**/*' From a2ab75aa533c4562db668a078bf064f058e51607 Mon Sep 17 00:00:00 2001 From: Theodore Chang Date: Thu, 21 May 2020 15:15:24 -0400 Subject: [PATCH 16/21] labeler for compute update --- .github/labeler.yml | 4 ++-- .github/workflows/labeler.yml | 18 ++++-------------- 2 files changed, 6 insertions(+), 16 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index c2615664f7b5..9e64a48978da 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,3 +1,3 @@ compute: -- './*' -- './**/*' +- 'specification/compute/*' +- 'specification/compute/**/*' diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 016c50a0fb5c..a6b69cd89be2 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -1,22 +1,12 @@ -# This workflow will triage pull requests and apply a label based on the -# paths that are modified in the pull request. -# -# To use this workflow, you will need to set up a .github/labeler.yml -# file with configuration. For more information, see: -# https://github.com/actions/labeler/blob/master/README.md - -name: Compute_Labeler -on: [pull_request] +name: Compute Labeler +on: +- pull_request jobs: label: runs-on: ubuntu-latest - steps: - uses: actions/labeler@v2 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" - configuration-path: .github/labeler.yml - - - name: echo - run: echo Here + configuration-path: .github/labeler.yml \ No newline at end of file From 8a277416e35264a7e2f17499c948a08d78bfa856 Mon Sep 17 00:00:00 2001 From: Theodore Chang Date: Fri, 22 May 2020 14:01:02 -0400 Subject: [PATCH 17/21] Update labeler.yml --- .github/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 9e64a48978da..131556674c2c 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,3 +1,3 @@ -compute: +computeReview: - 'specification/compute/*' - 'specification/compute/**/*' From 31b9a1bddefde348629178a42cacb8e0ec7add33 Mon Sep 17 00:00:00 2001 From: Theodore Chang Date: Fri, 22 May 2020 14:37:14 -0400 Subject: [PATCH 18/21] Rename labeler.yml to ComputeReviewLabeler.yml --- .github/{labeler.yml => ComputeReviewLabeler.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/{labeler.yml => ComputeReviewLabeler.yml} (100%) diff --git a/.github/labeler.yml b/.github/ComputeReviewLabeler.yml similarity index 100% rename from .github/labeler.yml rename to .github/ComputeReviewLabeler.yml From 8e0b7af48b6ae932f96ab1b53c3c1d5e9227e841 Mon Sep 17 00:00:00 2001 From: Theodore Chang Date: Fri, 22 May 2020 14:37:48 -0400 Subject: [PATCH 19/21] Update and rename labeler.yml to computeReviewLabeler.yml --- .github/workflows/{labeler.yml => computeReviewLabeler.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{labeler.yml => computeReviewLabeler.yml} (75%) diff --git a/.github/workflows/labeler.yml b/.github/workflows/computeReviewLabeler.yml similarity index 75% rename from .github/workflows/labeler.yml rename to .github/workflows/computeReviewLabeler.yml index a6b69cd89be2..67c75fdaf6de 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/computeReviewLabeler.yml @@ -9,4 +9,4 @@ jobs: - uses: actions/labeler@v2 with: repo-token: "${{ secrets.GITHUB_TOKEN }}" - configuration-path: .github/labeler.yml \ No newline at end of file + configuration-path: .github/computeReviewLabeler.yml From 59a2b8b7a49777f9b7e04ec3eade75d3aa0a36a0 Mon Sep 17 00:00:00 2001 From: Theodore Chang Date: Fri, 22 May 2020 14:38:05 -0400 Subject: [PATCH 20/21] Rename ComputeReviewLabeler.yml to computeReviewLabeler.yml --- .github/{ComputeReviewLabeler.yml => computeReviewLabeler.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/{ComputeReviewLabeler.yml => computeReviewLabeler.yml} (100%) diff --git a/.github/ComputeReviewLabeler.yml b/.github/computeReviewLabeler.yml similarity index 100% rename from .github/ComputeReviewLabeler.yml rename to .github/computeReviewLabeler.yml From 9c8bf98c0e8ae583830796d6c3bb64a2d9a0279e Mon Sep 17 00:00:00 2001 From: Theodore Chang Date: Tue, 26 May 2020 14:46:03 -0400 Subject: [PATCH 21/21] Update CODEOWNERS --- CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CODEOWNERS b/CODEOWNERS index dee3983a317b..d81b5416321b 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -76,3 +76,5 @@ /specification/trafficmanager/ @allencal @hrkulkarmsft /specification/web/ @lukaszstem @naveedaz @nking92 /profile/ @shahabhijeet +/.github/computeReviewLabeler.yml @grizzlytheodore +/.github/workflows/computeReviewLabeler.yml @grizzlytheodore