Create greetings.yml
This commit is contained in:
Родитель
6416c9b9b6
Коммит
3513f60745
|
@ -0,0 +1,13 @@
|
|||
name: Greetings
|
||||
|
||||
on: [pull_request, issues]
|
||||
|
||||
jobs:
|
||||
greeting:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/first-interaction@v1
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
issue-message: 'Welcome contributor! Congratulations on submitting your first issue on this project!'' first issue'
|
||||
pr-message: 'Welcome contributor! Congratulations on submitting your first PR for this project!'' first pr'
|
Загрузка…
Ссылка в новой задаче