Skip to content

Implemented specialized conversion for helm_release resources. #155

Implemented specialized conversion for helm_release resources.

Implemented specialized conversion for helm_release resources. #155

Workflow file for this run

name: New Pull Request
on:
pull_request_target:
jobs:
comment-on-pr:
# We only care about commenting on a PR if the PR is from a fork
if: github.event.pull_request.head.repo.full_name != github.repository
runs-on: ubuntu-latest
steps:
- name: Comment PR
uses: thollander/[email protected]
with:
message: |
PR is now waiting for a maintainer to take action.
**Note for the maintainer:** Commands available:
* `/run-acceptance-tests` - used to test run the acceptance tests for the project
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}