Skip to content

test comment issue

test comment issue #6

Workflow file for this run

name: Send Organization Invite
on:
issues:
types: [opened]
jobs:
Comment-with-action:
runs-on: ubuntu-latest
steps:
- name: dump Github context
run: echo '${{ toJSON(github.event) }}' | jq
shell: bash
- name: Create comment
uses: peter-evans/create-or-update-comment@v4
with:
issue-number: github.event.issue.number
body: |
Thank you for showing your interest in joining Voninc
You will soon be invited to the team, visit you [organization list](https://github.com/settings/organizations) and approve the invite to become a member.
reactions: '+1'