Skip to content

Commit

Permalink
Creating Labeler for Compute Updates (#9554)
Browse files Browse the repository at this point in the history
* Create label.yml

* Create pr-labeler.yml

* Update pr-labeler.yml

* Update pr-labeler.yml

* Rename pr-labeler.yml to labeler.yml

* Update and rename label.yml to labelr.yml

* Update labeler.yml

* Update labelr.yml

* Rename labelr.yml to labeler.yml

* Update labeler.yml

* Update labeler.yml

* Update labeler.yml

* Update labeler.yml

* Update labeler.yml

* Update labeler.yml

* labeler for compute update

* Update labeler.yml

* Rename labeler.yml to ComputeReviewLabeler.yml

* Update and rename labeler.yml to computeReviewLabeler.yml

* Rename ComputeReviewLabeler.yml to computeReviewLabeler.yml

* Update CODEOWNERS
  • Loading branch information
grizzlytheodore authored May 27, 2020
1 parent e751ef1 commit bc408fd
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/computeReviewLabeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
computeReview:
- 'specification/compute/*'
- 'specification/compute/**/*'
12 changes: 12 additions & 0 deletions .github/workflows/computeReviewLabeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
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/computeReviewLabeler.yml
2 changes: 2 additions & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,5 @@
/specification/trafficmanager/ @allencal @hrkulkarmsft
/specification/web/ @lukaszstem @naveedaz @nking92
/profile/ @shahabhijeet
/.github/computeReviewLabeler.yml @grizzlytheodore
/.github/workflows/computeReviewLabeler.yml @grizzlytheodore

0 comments on commit bc408fd

Please sign in to comment.