Skip to content

[release/4.x] d/aws_s3_object: Test key with multiple leading slashes #5224

[release/4.x] d/aws_s3_object: Test key with multiple leading slashes

[release/4.x] d/aws_s3_object: Test key with multiple leading slashes #5224

Workflow file for this run

name: "Check Maintainer Edit Permissions"
on:
pull_request_target:
types:
- opened
jobs:
community_check:
uses: ./.github/workflows/community-check.yml
secrets: inherit
PermissionsCheck:
needs: community_check
runs-on: ubuntu-latest
steps:
- name: Comment if maintainers cannot edit
if: (!github.event.pull_request.maintainer_can_modify && needs.community_check.outputs.maintainer == 'false')
uses: peter-evans/create-or-update-comment@ca08ebd5dc95aa0cd97021e9708fcd6b87138c9b
with:
issue-number: ${{ github.event.pull_request.number }}
body: |
Hey @${{ github.actor }} :wave: Thank you very much for your contribution! At times, our maintainers need to make direct edits to pull requests in order to help get it ready to be merged. Your current settings do not allow maintainers to make such edits. To help facilitate this, update your pull request to allow such edits as described in GitHub's [Allowing changes to a pull request branch created from a fork][1] documentation. (If you're using a fork owned by an organization, your organization may not allow you to change this setting. If that is the case, let us know.)
[1]: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/allowing-changes-to-a-pull-request-branch-created-from-a-fork