This repository has been archived by the owner on Aug 1, 2024. It is now read-only.
[Bug]: Getting error [karma]: { inspect: [Function: inspect] }
when running test_js in LMS/CMS
#8
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Add comment | |
on: | |
issues: | |
types: | |
- labeled | |
jobs: | |
add-comment: | |
if: github.event.label.name == 'bug' | |
runs-on: ubuntu-latest | |
permissions: | |
issues: write | |
steps: | |
- name: Add comment | |
uses: peter-evans/create-or-update-comment@0917427245f534bf3543b3a25a7ccf7efcb1bcbe | |
with: | |
issue-number: ${{ github.event.issue.number }} | |
body: | | |
Follow-up checklist (for Arch-BOM usage) | |
- [ ] Is the issue flaky or consistent? | |
- [ ] Does it affect multiple people or multiple types of systems? | |
- [ ] Update the devstack troubleshooting documentation page if necessary | |
- [ ] Do we need a new troubleshooting section? | |
- [ ] Did a troubleshooting section already exist, but it wasn't easy to find given the symptoms? | |
- [ ] If a recurring issue, should we ticket an automated resolution in place of the doc? |