90DaysOfDevOps/.github/workflows/Auto_message_on_creatingissues.yml
Vikash Yadav dc595990a3
Update Auto_message_on_creatingissues.yml
Corrected the Org Name
2023-06-12 22:49:48 +05:30

17 lines
583 B
YAML

name: Auto message on Creating a Issue.
on:
issues:
types: [opened]
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- name: Create comment for issue
if: github.event_name =='issues'
uses: peter-evans/create-or-update-comment@v1
with:
issue-number: ${{tojson(github.event.issue.number)}}
body: Hello there!👋, @${{ github.actor }} Welcome to the 90DaysOfDevOps! 🚀⚡Thank you and Congratulations🎉 for opening a issue in this project. Please make sure not to start working on this issue, unless you are assigned to it.😄