Skip to content

Commit

Permalink
Adding an initial commit to the PR to suggest it's waiting for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
stack72 committed Sep 10, 2020
1 parent 2c2b845 commit a5a3580
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Comment PR
uses: thollander/actions-comment-pull-request@master
with:
message: 'Thank you for opening a PR! Please stand-by for one of the project maintainers to run the tests'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Run Build
uses: peter-evans/slash-command-dispatch@v2
with:
Expand Down

0 comments on commit a5a3580

Please sign in to comment.