From 6a5a49df25bdda84127a08951a46e19e24779ec8 Mon Sep 17 00:00:00 2001 From: Gaurav Gupta <47334368+gaugup@users.noreply.github.com> Date: Thu, 29 Dec 2022 05:06:51 -0800 Subject: [PATCH 1/2] Create linkcheck.yml Signed-off-by: Gaurav Gupta <47334368+gaugup@users.noreply.github.com> --- .github/workflows/linkcheck.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/workflows/linkcheck.yml diff --git a/.github/workflows/linkcheck.yml b/.github/workflows/linkcheck.yml new file mode 100644 index 00000000..6e44c72b --- /dev/null +++ b/.github/workflows/linkcheck.yml @@ -0,0 +1,24 @@ +# This is a basic workflow with link checks in md files + +name: CI + +# Controls when the workflow will run +on: + # Triggers the workflow on push or pull request events but only for the "main" branch + push: + branches: [ "main" ] + pull_request: + branches: [ "main" ] + + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + +# A workflow run is made up of one or more jobs that can run sequentially or in parallel +jobs: + markdown-link-check: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@master + - uses: gaurav-nelson/github-action-markdown-link-check@v1 + with: + use-verbose-mode: 'yes' From 484bd6e2e0adf6a5fad107fd19011ab1eaec371f Mon Sep 17 00:00:00 2001 From: Gaurav Gupta <47334368+gaugup@users.noreply.github.com> Date: Mon, 23 Jan 2023 22:22:28 -0800 Subject: [PATCH 2/2] Update AUTHORS.md Signed-off-by: Gaurav Gupta <47334368+gaugup@users.noreply.github.com> --- AUTHORS.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 8983c6b3..11005c9d 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -20,8 +20,6 @@ They have admin access to the repo and provide support reviewing issues and pull * Raw and engineered feature explanations and transformations * **[Ilya Matiach](https://github.com/imatiach-msft)** * TabularExplainer, MimicExplainer, PFI and SHAP explainers -* **[Janhavi Mahajan](https://github.com/jahavi13)** - * Explanation Visualization dashboard: Cohort Editor * **[Mark Soper](https://github.com/marksoper)** * Explanation serialization * **[Mehrnoosh Sameki](https://github.com/mesameki)**