Skip to content

Refactor: Bring everything up to speed with new deps and node 20 #173

Refactor: Bring everything up to speed with new deps and node 20

Refactor: Bring everything up to speed with new deps and node 20 #173

Workflow file for this run

name: "Test issue comments"
on:
issue_comment:
types: [created]
jobs:
execute:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- run: npm install
- run: npm run build
- uses: ./
with:
prow-commands: '/assign
/unassign
/approve
/retitle
/area
/kind
/priority
/remove
/lgtm
/close
/reopen
/lock
/milestone
/hold
/cc
/uncc'
github-token: "${{ secrets.GITHUB_TOKEN }}"