From 612382b9b5df990a3256f20c40c4d21291995702 Mon Sep 17 00:00:00 2001 From: neon_arch Date: Wed, 17 May 2023 16:57:02 +0300 Subject: [PATCH] ci: add github ci to thanks first time contributors --- .github/workflows/hello.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/hello.yml diff --git a/.github/workflows/hello.yml b/.github/workflows/hello.yml new file mode 100644 index 0000000..9d3018e --- /dev/null +++ b/.github/workflows/hello.yml @@ -0,0 +1,18 @@ +name: Welcome first time contributors + +on: + pull_request_target: + types: + - opened + +jobs: + welcome: + name: Welcome + runs-on: ubuntu-latest + steps: + - uses: actions/first-interaction@v1 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} + pr-message: |- + Congrats on making your first Pull Request and thanks for taking the time to improve Websurfx! ❤️! + Say hello by joining the conversation in our [Discord](https://discord.gg/SWnda7Mw5u)