Please consider the following formatting changes to #13389 #34
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Verify user | |
on: | |
pull_request: | |
branches: | |
- dev | |
jobs: | |
nag_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.' | |