Skip to content

create server and establish DB connection #13

create server and establish DB connection

create server and establish DB connection #13

Workflow file for this run

name: Welcome to dailymint
on: [pull_request, issues]
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Thanks for the raising issue'
pr-message: 'Good Work, glad to see that you are working on our project'