feat(dms): support to get kafka topic producers #12850
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: Prow Action | |
on: | |
pull_request_target: | |
types: [ opened, edited, reopened, synchronize ] | |
issue_comment: | |
types: [ created ] | |
jobs: | |
prow: | |
runs-on: ubuntu-latest | |
env: | |
ROBOT_PAT: ${{ secrets.ROBOT_PAT }} | |
steps: | |
- name: Prow | |
if: ${{ env.ROBOT_PAT }} | |
uses: chnsz/[email protected] | |
with: | |
github-token: "${{ env.ROBOT_PAT }}" | |
jobs: lgtm | |
prow-commands: | | |
/assign | |
/unassign | |
/cc | |
/uncc | |
/retitle | |
/approve | |
/lgtm | |
/close | |
/lock | |
/hold |