Test v8 of pulumi-gcp provider #2012
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@v3 | |
- name: Comment PR | |
uses: thollander/actions-comment-pull-request@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 |