[DRAFT] revert updates from 68a196b0750e35471e51fe7f9d223709a2bff7b7 in the test dir #2298
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: New pull request | |
on: | |
pull_request_target: {} | |
jobs: | |
comment-on-pr: | |
if: github.event.pull_request.head.repo.full_name != github.repository | |
name: comment-on-pr | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout Repo | |
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 | |
- name: Comment PR | |
uses: thollander/actions-comment-pull-request@8a3fad13c20088e9eb0805666b9fe49509d2fec8 # v1 | |
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 |