We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a78c94c commit 704f1d9Copy full SHA for 704f1d9
.github/workflows/component-owners.yml
@@ -10,5 +10,8 @@ jobs:
10
run_self:
11
runs-on: ubuntu-latest
12
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
16
steps:
17
- uses: dyladan/component-owners@main
0 commit comments