Skip to content

Bump github.com/aws/aws-sdk-go-v2/service/medialive from 1.27.0 to 1.32.1 #695

Bump github.com/aws/aws-sdk-go-v2/service/medialive from 1.27.0 to 1.32.1

Bump github.com/aws/aws-sdk-go-v2/service/medialive from 1.27.0 to 1.32.1 #695

Workflow file for this run

name: Pull Request Project Automation
on:
pull_request_target:
types: [opened, ready_for_review]
env:
IN_MAINTAINER_LIST: ${{ contains(secrets.MAINTAINER_LIST, github.actor) }}
jobs:
WorkingBoardReview:
runs-on: ubuntu-latest
steps:
- name: Move team PRs to Review column
uses: alex-page/[email protected]
if: env.IN_MAINTAINER_LIST == 'true' && github.event.pull_request.draft == false
with:
project: AWS Provider Working Board
column: Open Maintainer PR
repo-token: ${{ secrets.ORGSCOPED_GITHUB_TOKEN}}