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

Bump github.com/aws/aws-sdk-go from 1.43.23 to 1.48.1 in /hack/runner/webhook #769

Bump github.com/aws/aws-sdk-go from 1.43.23 to 1.48.1 in /hack/runner/webhook

Bump github.com/aws/aws-sdk-go from 1.43.23 to 1.48.1 in /hack/runner/webhook #769

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 }}"