1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-06-18 07:45:27 +00:00

Create greetings.yml

This commit is contained in:
InsanusMokrassar 2020-05-15 15:49:10 +06:00 committed by GitHub
parent e985100c21
commit 7354389f2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

13
.github/workflows/greetings.yml vendored Normal file
View File

@ -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 with your first issue'
pr-message: 'Welcome with your first PullRequest'