Update Go template dependencies to their latest versions #1351
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 | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Comment PR | |
uses: thollander/actions-comment-pull-request@main | |
with: | |
message: | | |
PR is now waiting for a maintainer to run the template acceptance tests. | |
**Note for the maintainer:** To run the acceptance tests, please comment */run-templates* on the PR | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |