Skip to content

Commit 9718f9a

Browse files
committed
Install js-yaml globally for github-script
1 parent d6f4755 commit 9718f9a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,14 @@ jobs:
1919
- name: Checkout repository
2020
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2121

22+
- name: Setup Node.js
23+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
24+
25+
- name: Install js-yaml
26+
run: npm install -g js-yaml
27+
2228
- name: Parse component label and assign owners
23-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
29+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
2430
with:
2531
script: |
2632
const fs = require('fs');

0 commit comments

Comments
 (0)