[velero-plugin-for-aws:v1.9.0] Uploading backup to object lock enabled S3 bucket failed due to Content-MD5 header #11422
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
# Adds support for prow-like commands | |
# Uses .github/labels.yaml to define areas and kinds | |
name: "Prow github actions" | |
on: | |
issue_comment: | |
types: [created] | |
jobs: | |
execute: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: jpmcb/[email protected] | |
with: | |
# Only support /kind command for now. | |
# TODO: before allowing the /lgtm command, see if we can block merging if changelog labels are missing. | |
prow-commands: "/area | |
/kind | |
/cc | |
/uncc" | |
github-token: "${{ secrets.GITHUB_TOKEN }}" |