We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6f4755 commit 9718f9aCopy full SHA for 9718f9a
.github/workflows/assign-issue-owners.yml
@@ -19,8 +19,14 @@ jobs:
19
- name: Checkout repository
20
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
21
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
28
- name: Parse component label and assign owners
- uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
29
+ uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
30
with:
31
script: |
32
const fs = require('fs');
0 commit comments