Skip to content

Commit 5be3a42

Browse files
authored
Fix assign-issue-owners workflow (#2076)
1 parent 0d4e5f4 commit 5be3a42

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/assign-issue-owners.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
- name: Checkout repository
2020
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
2121

22+
- name: Install js-yaml
23+
run: npm install js-yaml
24+
2225
- name: Parse component label and assign owners
2326
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
2427
with:

0 commit comments

Comments
 (0)