Fix tests #97
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
jobs: | |
comment-on-pr: | |
if: github.event.pull_request.head.repo.full_name != github.repository | |
name: comment-on-pr | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Comment PR | |
uses: thollander/actions-comment-pull-request@1.0.1 | |
with: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
message: |- | |
PR is now waiting for a maintainer to run the acceptance tests. | |
**Note for the maintainer:** To run the acceptance tests, please comment */run-example-tests* on the PR | |
name: New Pull request Open | |
"on": | |
pull_request_target: {} |