dev: replace actions/first-interaction with app
This commit is contained in:
parent
84892fc15f
commit
429176412b
11
.github/boring-cyborg.yml
vendored
Normal file
11
.github/boring-cyborg.yml
vendored
Normal 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 ! 🙂
|
14
.github/workflows/welcome.yml
vendored
14
.github/workflows/welcome.yml
vendored
@ -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/).
|
|
Loading…
x
Reference in New Issue
Block a user