Skip to content

refactor(fgs/async): using auto-gen style to replace old coding #15901

refactor(fgs/async): using auto-gen style to replace old coding

refactor(fgs/async): using auto-gen style to replace old coding #15901

Workflow file for this run

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