Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Bump actions/checkout from 1 to 4 #779

Bump actions/checkout from 1 to 4

Bump actions/checkout from 1 to 4 #779

name: Housekeeping - Prow GitHub Actions
on:
issue_comment:
types: [created]
jobs:
execute:
runs-on: ubuntu-latest
steps:
# Adds support for prow-like commands
# Uses .github/labels.yaml to define areas and kinds
- uses: jpmcb/prow-github-actions@v1.1.3
with:
prow-commands: "/approve
/area
/assign
/cc
/close
/hold
/kind
/lock
/remove
/reopen
/retitle
/unassign
/uncc"
github-token: "${{ secrets.GITHUB_TOKEN }}"