Skip to content

chore(deps): update karpenter-crd docker tag to v1.3.1 #705

chore(deps): update karpenter-crd docker tag to v1.3.1

chore(deps): update karpenter-crd docker tag to v1.3.1 #705

Workflow file for this run

# SPDX-FileCopyrightText: Copyright (C) Nicolas Lamirault <[email protected]>
# SPDX-License-Identifier: Apache-2.0
---
name: Prow / Github Actions
on: # yamllint disable-line rule:truthy
issue_comment:
types: [created]
jobs:
execute:
runs-on: ubuntu-latest
steps:
- name: Monitor Actions
uses: GitHubSecurityLab/actions-permissions/monitor@v1
with:
config: ${{ vars.PERMISSIONS_CONFIG }}
- uses: jpmcb/[email protected]
with:
prow-commands: "/assign /unassign /approve /retitle /area /kind /priority /status /remove /lgtm /close /reopen /lock
/milestone /hold /cc /uncc"
github-token: "${{ secrets.GITHUB_TOKEN }}"