Skip to content

Workflow file for this run

name: Create comment
on:
issues:
types: [ opened ]
permissions:
contents: read
jobs:
label-component:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- name: Create comment
uses: peter-evans/create-or-update-comment@v4
with:
issue-number: ${{ github.event.issue.number }}
body: |
Hey @${{ github.actor }}!
Thanks for contributing to the SuiteCRM project :sparkles:
> **Remember to support your issue by voting!**
Get more information [here](https://docs.suitecrm.com/community/raising-issues/issues-voting/)
reactions: '+1'