Skip to content

Commit

Permalink
v5.135.6: Update azure pipeline files (#22159)
Browse files Browse the repository at this point in the history
  • Loading branch information
TristanWatanabe authored Mar 18, 2022
1 parent d24adee commit a3ecff0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 253 deletions.
165 changes: 2 additions & 163 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,163 +1,2 @@
# This is a comment.
# Each line is a file pattern followed by one or more owners.

# These owners will be the default owners for everything in the repo.
# Unless a later match takes precedence, @global-owner1 and @global-owner2
# will be requested for review when someone opens a pull request.
# * @global-owner1 @global-owner2

# Order is important; the last matching pattern takes the most precedence.
# When someone opens a pull request that only modifies JS files, only @js-owner
# and not the global owner(s) will be requested for a review.
# *.js@js-owner

# You can also use email addresses if you prefer. They'll be used to look up
# users just like we do for commit author emails.
# docs/ [email protected]

#### Core build stuff
scripts/ @dzearing

#### Apps
# component-demo/
# fabric-website/
# ssr-tests/
# test-bundle-button/ @dzearing
# todo-app/

#### Packages
# packages/example-app-base/
packages/file-type-icons/ @KatherineThayerMicrosoft @jahnp @bigbadcapers
# packages/icons/
# packages/jest-serializer-merge-styles/
# packages/merge-styles/
# packages/office-ui-fabric-react-tslint/
packages/styling/ @dzearing
packages/styling/src/interfaces/ @phkuo
packages/styling/src/styles/ @phkuo
# packages/utilities/
packages/utilities/positioning/ @joschect

### Fabric
# common/
common/_semanticSlots.scss @phkuo
common/_themeOverrides.scss @phkuo
common/_common.scss @phkuo

### Utilities
dateMath/ @lorejoh12 @sathi23
dateValues/ @lorejoh12 @sathi23

## Components
# ActivityItem/
# Breadcrumb/
# Button/
Calendar/ @lorejoh12 @sathi23
Callout/ @joschect
# Check/
# Checkbox/
ChoiceGroup/ @srideshpande
# ColorPicker/
# ComboBox/
CommandBar/ @micahgodbolt @JasonGore
ContextualMenu/ @joschect
DatePicker/ @lorejoh12 @sathi23
# DetailsList/
# Dialog/
DocumentCard/ @yiminwu @mikewheaton
# Dropdown/
# Fabric/
# FacePile/
# FocusTrapZone/
# FocusZone/
GroupedList/ @aditima
HoverCard/ @atneik @Jahnp
# Icon/
# Image/
# Label/
Layer/ @ThomasMichon
# Link/
List/ @cschleiden
# MarqueeSelection/
# MessageBar/
# Modal/
# Nav/
OverflowSet/ @micahgodbolt
# Overlay/
# Panel/
# Persona/
Persona/PersonaCoin/ @mtennoe @jakob101
Persona/PersonaConsts.tsx @mtennoe @jakob101
pickers/ @joschect
# Pivot/
# Popup/
# ProgressIndicator/
# Rating/
ResizeGroup/ @micahgodbolt
# SearchBox/
# Slider/
# SpinButton/
# Spinner/
# SwatchColorPicker/
TeachingBubble/ @micahgodbolt
# TextField/
# Theme/
Toggle/ @phkuo
Tooltip/ @micahgodbolt

## Docs
# ActivityItem/docs/
# Breadcrumb/docs/
# Button/docs/
Calendar/docs/ @lorejoh12 @sathi23
Callout/docs/ @joschect
# Check/docs/
# Checkbox/docs/
ChoiceGroup/docs/ @srideshpande
# ColorPicker/docs/
# ComboBox/docs/
CommandBar/docs/ @micahgodbolt
ContextualMenu/docs/ @joschect
DatePicker/docs/ @lorejoh12 @sathi23
# DetailsList/docs/
# Dialog/docs/
DocumentCard/docs/ @yiminwu @mikewheaton
# Dropdown/docs/
# Fabric/docs/
# FacePile/docs/
# FocusTrapZone/docs/
# FocusZone/docs/
GroupedList/docs/ @aditima
HoverCard/docs/ @atneik @Jahnp
# Icon/docs/
# Image/docs/
# Label/docs/
Layer/docs/ @ThomasMichon
# Link/docs/
List/docs/ @cschleiden
# MarqueeSelection/docs/
# MessageBar/docs/
# Modal/docs/
# Nav/docs/
OverflowSet/docs/ @micahgodbolt
# Overlay/docs/
# Panel/docs/
# Persona/docs/
pickers/docs/ @joschect
# Pivot/docs/
# Popup/docs/
# ProgressIndicator/docs/
Rating/docs/ @cschleiden
ResizeGroup/docs/ @micahgodbolt
# SearchBox/docs/
# Slider/docs/
# SpinButton/docs/
# Spinner/docs/
# SwatchColorPicker/docs/
TeachingBubble/docs/ @micahgodbolt
# TextField/docs/
# Theme/docs/
Toggle/docs/ @phkuo
Tooltip/docs/ @micahgodbolt


# This branch is owned by the SharePoint on-prem team (plus TristanWatanabe as point of contact)
* @Phoebe-0319 @TimKaibingchen @TristanWatanabe
89 changes: 0 additions & 89 deletions azure-pipelines.release.yml

This file was deleted.

2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pr:
- 5.0
- hotfix/5.135.6

# There's a separate pipeline for CI which also uses this file, but with a trigger override in the UI
# https://dev.azure.com/uifabric/fabricpublic/_apps/hub/ms.vss-ciworkflow.build-ci-hub?_a=edit-build-definition&id=164&view=Tab_Triggers
Expand Down

0 comments on commit a3ecff0

Please sign in to comment.