Skip to content

chore(deps): bump kyverno/action-install-chainsaw from 0.2.0 to 0.2.1 #38707

chore(deps): bump kyverno/action-install-chainsaw from 0.2.0 to 0.2.1

chore(deps): bump kyverno/action-install-chainsaw from 0.2.0 to 0.2.1 #38707

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: Issue and PR comment commands
permissions: {}
on:
issue_comment:
types:
- created
- edited
jobs:
execute:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: jpmcb/prow-github-actions@f4d01dd4b13f289014c23fe5a19878a2479cb35b # v1.1.3
with:
prow-commands: '/assign
/unassign
/lgtm
/milestone'
github-token: "${{ secrets.GITHUB_TOKEN }}"