Skip to content

build(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.4.1 to 2.30.0 #1172

build(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.4.1 to 2.30.0

build(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.4.1 to 2.30.0 #1172

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}}