Skip to content

feat(shield): add local forwarder support to host shield in shield chart #1211

feat(shield): add local forwarder support to host shield in shield chart

feat(shield): add local forwarder support to host shield in shield chart #1211

Workflow file for this run

name: Greeting
on:
pull_request_target:
types: [opened]
branches: [main]
jobs:
greeting:
permissions:
pull-requests: write
name: Greeting comment upon PR from fork
runs-on: ubuntu-latest
if: github.event_name == 'pull_request_target' && github.event.pull_request.head.repo.full_name != 'sysdiglabs/charts'
steps:
- name: Issue the greeting comment
uses: peter-evans/create-or-update-comment@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
issue-number: ${{ github.event.pull_request.number }}
body: |
Hi @${{ github.event.pull_request.user.login }}. Thanks for your PR.
After inspecting your changes someone with write access to this repo needs
to approve and run the workflow.