Skip to content

Commit 704f1d9

Browse files
authored
Do not fail tests if component owners workflow fails (#666)
1 parent a78c94c commit 704f1d9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/component-owners.yml

+3
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,8 @@ jobs:
1010
run_self:
1111
runs-on: ubuntu-latest
1212
name: Auto Assign Owners
13+
# Don't fail tests if this workflow fails. Some pending issues:
14+
# - https://github.com/dyladan/component-owners/issues/8
15+
continue-on-error: true
1316
steps:
1417
- uses: dyladan/component-owners@main

0 commit comments

Comments
 (0)