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/).