From 429176412bd6045d34e6d5849b110be6ad52633b Mon Sep 17 00:00:00 2001 From: Denis Isaev Date: Sun, 17 May 2020 12:31:03 +0300 Subject: [PATCH] dev: replace actions/first-interaction with app --- .github/boring-cyborg.yml | 11 +++++++++++ .github/workflows/welcome.yml | 14 -------------- 2 files changed, 11 insertions(+), 14 deletions(-) create mode 100644 .github/boring-cyborg.yml delete mode 100644 .github/workflows/welcome.yml diff --git a/.github/boring-cyborg.yml b/.github/boring-cyborg.yml new file mode 100644 index 00000000..f02de4b0 --- /dev/null +++ b/.github/boring-cyborg.yml @@ -0,0 +1,11 @@ +firstPRWelcomeComment: | + Hey, thank you for opening your first Pull Request ! + If you would like to contribute we have a [guide for contributors](https://golangci-lint.run/contributing/quick-start/). + +# Comment to be posted to congratulate user on their first merged PR +firstPRMergeComment: > + Awesome work, congrats on your first merged pull request! + +# Comment to be posted to on first time issues +firstIssueWelcomeComment: > + Hey, thank you for opening your first Issue ! 🙂 diff --git a/.github/workflows/welcome.yml b/.github/workflows/welcome.yml deleted file mode 100644 index 9935ede8..00000000 --- a/.github/workflows/welcome.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: Auto message -on: [pull_request, issues] -jobs: - build: - name: Hello new contributor - runs-on: ubuntu-latest - steps: - - uses: actions/first-interaction@v1 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - issue-message: "Hey, thank you for opening your first Issue ! 🙂" - pr-message: | - Hey, thank you for opening your first Pull Request ! - If you would like to contribute we have a [guide for contributors](https://golangci-lint.run/contributing/quick-start/).