build(deps): bump github.com/aws/aws-sdk-go from 1.36.28 to 1.50.15 in /awsproviderlint #1235
Workflow file for this run
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
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/[email protected] | |
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}} |