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 0d4e5f4 commit 5be3a42Copy full SHA for 5be3a42
.github/workflows/assign-issue-owners.yml
@@ -19,6 +19,9 @@ jobs:
19
- name: Checkout repository
20
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
21
22
+ - name: Install js-yaml
23
+ run: npm install js-yaml
24
+
25
- name: Parse component label and assign owners
26
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
27
with:
0 commit comments