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 877599c commit 79f8f3bCopy full SHA for 79f8f3b
.github/workflows/assign-issue-owners.yml
@@ -19,12 +19,6 @@ jobs:
19
- name: Checkout repository
20
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
21
22
- - uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
23
- with:
24
- cache: 'npm'
25
- cache-dependency-path: |
26
- .github/scripts/triage/package-lock.json
27
-
28
- name: Parse component label and assign owners
29
env:
30
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments