dev: replace actions/first-interaction with app

This commit is contained in:
Denis Isaev 2020-05-17 12:31:03 +03:00
parent 84892fc15f
commit 429176412b
2 changed files with 11 additions and 14 deletions

11
.github/boring-cyborg.yml vendored Normal file
View File

@ -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 ! 🙂

View File

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