From 704f1d9cfdd59f84162885bfc611f416ba37f0c7 Mon Sep 17 00:00:00 2001 From: "(Eliseo) Nathaniel Ruiz Nowell" Date: Wed, 8 Sep 2021 10:45:36 -0700 Subject: [PATCH] Do not fail tests if component owners workflow fails (#666) --- .github/workflows/component-owners.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/component-owners.yml b/.github/workflows/component-owners.yml index 035b650aa..824e39c37 100644 --- a/.github/workflows/component-owners.yml +++ b/.github/workflows/component-owners.yml @@ -10,5 +10,8 @@ jobs: run_self: runs-on: ubuntu-latest name: Auto Assign Owners + # Don't fail tests if this workflow fails. Some pending issues: + # - https://github.com/dyladan/component-owners/issues/8 + continue-on-error: true steps: - uses: dyladan/component-owners@main