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 254e05f commit f1f9821Copy full SHA for f1f9821
.github/workflows/assign-issue-owners.yml
@@ -31,5 +31,9 @@ jobs:
31
32
- name: Parse component label and assign owners
33
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
34
+ env:
35
+ NODE_PATH: ${{ github.workspace }}/.github/scripts/node_modules
36
with:
- script-path: .github/scripts/assign-issue-owners.js
37
+ script: |
38
+ const script = require('./.github/scripts/assign-issue-owners.js');
39
+ await script({ github, context, core });
0 commit comments