[Bug]: Hudu People sync issues #1931
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_bug: | |
if: github.repository_owner == 'KelvinTegelaar' && github.event.label.name == 'unconfirmed-by-user' | |
runs-on: ubuntu-latest | |
permissions: | |
issues: write | |
steps: | |
- name: Add Comment | |
uses: peter-evans/create-or-update-comment@v3 | |
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! |