Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Create greetings.yml
  • Loading branch information
dhoomakethu authored Dec 21, 2019
commit 47fabac8fc70df72d1c03597a95b364a96fb5094
13 changes: 13 additions & 0 deletions .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
@@ -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: 'Thank You for using Pymodbus and on your first issue here !!!'' first issue'
pr-message: 'Thank you for your PR, Please make sure you are raising it against `dev` branch and all the tests are passing !!!.'' first pr'