Browse Source

Update area-owners.md (#49331)

Dan Moseley 2 years ago
parent
commit
3a026d4339
3 changed files with 8 additions and 17 deletions
  1. 3 9
      .azure/pipelines/ci.yml
  2. 2 5
      .github/workflows/markdownlint.yml
  3. 3 3
      docs/area-owners.md

+ 3 - 9
.azure/pipelines/ci.yml

@@ -12,20 +12,14 @@ trigger:
     - internal/release/*
 
 # Run PR validation on all branches
+# This doesn't have any path exclusions, even for things like docs, because
+# we have it configured in GitHub as a required check, and for it to pass
+# it must actually run, even if it's not relevant to a particular change.
 pr:
   autoCancel: true
   branches:
     include:
     - '*'
-  paths:
-    exclude:
-    - .devcontainer/*
-    - .github/*
-    - .vscode/*
-    - docs/*
-    - '**/*.md'
-    - LICENSE.TXT
-    - THIRD-PARTY-NOTICES.TXT
 
 schedules:
 - cron: 0 9 * * 1

+ 2 - 5
.github/workflows/markdownlint.yml

@@ -3,13 +3,10 @@ name: Markdownlint
 permissions:
   contents: read
 
+# run even on changes without markdown changes, so that we can
+# make it in GitHub a required check for PR's
 on:
   pull_request:
-    paths:
-      - "**/*.md"
-      - ".markdownlint.json"
-      - ".github/workflows/markdownlint.yml"
-      - ".github/workflows/markdownlint-problem-matcher.json"
 
 jobs:
   lint:

+ 3 - 3
docs/area-owners.md

@@ -34,6 +34,6 @@ The **dotnet/runtime** repo has [its own list](https://github.com/dotnet/runtime
 
 While not necessarily associated with a specific area, these community members have the power to assist with routing and labeling issues and pull requests, and are generally knowledgeable about how the repo works:
 
-|||||||
-|-|-|-|-|-|-|
-[@david-acker](https://github.com/@david-acker) | [@egil](https://github.com/@egil) | [@gfoidl](https://github.com/@gfoidl) | [@hishamco](https://github.com/@hishamco) | [@Kahbazi](https://github.com/@Kahbazi) | [@martincostello](https://github.com/@martincostello) |
+| [@hishamco](https://github.com/hishamco) | [@Kahbazi](https://github.com/Kahbazi) | [@martincostello](https://github.com/martincostello) |
+|-|-|-|
+**[@david-acker](https://github.com/david-acker)** | **[@egil](https://github.com/egil)** | **[@gfoidl](https://github.com/gfoidl)** |