Skip to content

Updated Readme for tests #1

Updated Readme for tests

Updated Readme for tests #1

Workflow file for this run

name: Verify user
on:
pull_request:
branches: [ master, dev ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
first_timer:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
pr-message: 'This seems to be your first PR. You will need a positive review in order for tests to start.'