Skip to content

build(deps): bump github.com/aws/aws-sdk-go from 1.36.28 to 1.50.19 in /awsproviderlint #1239

build(deps): bump github.com/aws/aws-sdk-go from 1.36.28 to 1.50.19 in /awsproviderlint

build(deps): bump github.com/aws/aws-sdk-go from 1.36.28 to 1.50.19 in /awsproviderlint #1239

Workflow file for this run

on:
pull_request_target:
types: [opened, ready_for_review]
name: Pull Request Project Automation
jobs:
WorkingBoardReview:
runs-on: ubuntu-latest
steps:
- name: Move team PRs to Review column
uses: alex-page/github-project-automation-plus@v0.5.1
if: contains(fromJSON('["anGie44", "bflad", "bill-rich", "breathingdust", "gdavison", "maryelizbeth", "YakDriver"]'), github.actor) && github.event.pull_request.draft == false
with:
project: AWS Provider Working Board
column: Open Maintainer PR
repo-token: ${{ secrets.GITHUB_ACTIONS_TOKEN}}