Skip to content

[Feature Request]: admin approval flow for Standards - Remediate #491

[Feature Request]: admin approval flow for Standards - Remediate

[Feature Request]: admin approval flow for Standards - Remediate #491

---
name: Add Comment
on:
issues:
types:
- labeled
jobs:
add-comment_bug:
if: github.repository_owner == 'CyberDrain' && github.event.label.name == 'bug'
runs-on: ubuntu-slim
permissions:
issues: write
steps:
- name: Add Comment
uses: peter-evans/create-or-update-comment@v5
with:
issue-number: ${{ github.event.issue.number }}
body: |
Thank you for reporting a potential bug. If you would like to work on this bug, please comment:
> I would like to work on this please!
Thank you for helping us maintain the project!