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.12 in /hack/runner/webhook #781
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }}" |