From d1ff71e0edef934130591f10b93f86c6494a5822 Mon Sep 17 00:00:00 2001 From: "C++, JS, TS, Python Developer" <65385476+killer069@users.noreply.github.com> Date: Fri, 20 Aug 2021 17:06:08 +0530 Subject: [PATCH] Create greetings.yml --- greetings.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 greetings.yml diff --git a/greetings.yml b/greetings.yml new file mode 100644 index 0000000..d4b9938 --- /dev/null +++ b/greetings.yml @@ -0,0 +1,16 @@ +name: Greetings + +on: [pull_request, issues] + +jobs: + greeting: + runs-on: ubuntu-latest + permissions: + issues: write + pull-requests: write + steps: + - uses: actions/first-interaction@v1 + with: + repo-token: ${{ secrets.GIT_TOKEN }} + issue-message: 'Thanks for using play-dl. Your problem will be solved by developers soon.' + pr-message: 'Thanks for using play-dl and for creating pull request. Our developers will soon see this pr.'