mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-11-01 05:53:48 +00:00
14 lines
315 B
YAML
14 lines
315 B
YAML
|
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'
|