Skip to content

chore(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.38.1 to 2.38.2 #183

chore(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.38.1 to 2.38.2

chore(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.38.1 to 2.38.2 #183

Workflow file for this run

---
name: Pull Request Labels
on:
pull_request_target:
branches:
- main
types:
- opened
- synchronize
- reopened
- edited
- ready_for_review
permissions:
contents: read
jobs:
label-pull-requests:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- name: Apply Labels
uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6.0.1
with:
configuration-path: .github/labeler-pull-requests.yml
repo-token: '${{ secrets.GITHUB_TOKEN }}'