Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Testing

Testing #7

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@c0693c580c7d90be586343f0d34bb8a3567f846c
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?