25 lines
862 B
YAML
25 lines
862 B
YAML
# WARNING: This file is autogenerated - changes will be overwritten if not made via https://github.com/pulumi/ci-mgmt
|
|
|
|
name: pull-request
|
|
on:
|
|
pull_request_target: {}
|
|
|
|
jobs:
|
|
comment-on-pr:
|
|
runs-on: ubuntu-latest
|
|
name: comment-on-pr
|
|
steps:
|
|
- name: Checkout Repo
|
|
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
|
with:
|
|
lfs: true
|
|
- name: Comment PR
|
|
uses: thollander/actions-comment-pull-request@24bffb9b452ba05a4f3f77933840a6a841d1b32b # v3.0.1
|
|
with:
|
|
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-acceptance-tests* on the PR
|
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
|
if: github.event.pull_request.head.repo.full_name != github.repository
|