From 5ed249f5f6a0157f8b99ea23b874d20c2bc77fd8 Mon Sep 17 00:00:00 2001 From: lwinmoehain <43680846+lwinmoehein@users.noreply.github.com> Date: Thu, 29 Aug 2019 09:23:04 +0630 Subject: [PATCH] Update greetings.yml --- .github/workflows/greetings.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/greetings.yml diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml new file mode 100644 index 00000000..f9daf71d --- /dev/null +++ b/.github/workflows/greetings.yml @@ -0,0 +1,13 @@ +name: Greetings + +on: [pull_request, issues] + +jobs: + greeting: + runs-on: ubuntu-latest + steps: + - uses: actions/first-interaction@v1 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} + issue-message: 'Horray🎉🎉,you've made you first issue, Thanks for contributing❤️'' first issue' + pr-message: 'Horray🎉🎉,you've made you first issue, Thanks for contributing❤️'' first pr'