Skip to content

Bump github.com/hashicorp/terraform-plugin-testing from 1.9.0 to 1.10.0 #54

Bump github.com/hashicorp/terraform-plugin-testing from 1.9.0 to 1.10.0

Bump github.com/hashicorp/terraform-plugin-testing from 1.9.0 to 1.10.0 #54

Workflow file for this run

# Autogenerated by https://github.com/change-engine/ecu/github
name: Dependabot auto-approve
on:
pull_request_target:
types: [opened]
permissions:
pull-requests: write
contents: write
jobs:
dependabot:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Dependabot metadata
id: metadata
uses: dependabot/[email protected]
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Approve a PR
if: ${{steps.metadata.outputs.update-type != 'version-update:semver-major'}}
run: gh pr review --approve "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}