Skip to content

[release/4.x] d/aws_s3_object: Test key with leading ./ #10555

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

[release/4.x] d/aws_s3_object: Test key with leading ./ #10555

Workflow file for this run

name: Pull Request Project Automation
on:
pull_request_target:
types: [opened, ready_for_review]
jobs:
community_check:
uses: ./.github/workflows/community-check.yml
secrets: inherit
WorkingBoardReview:
needs: community_check
runs-on: ubuntu-latest
steps:
- name: Move team PRs to Review column
uses: alex-page/[email protected]
if: github.event.pull_request.draft == false && needs.community_check.outputs.maintainer == 'true'
with:
project: AWS Provider Working Board
column: Open Maintainer PR
repo-token: ${{ secrets.ORGSCOPED_GITHUB_TOKEN}}