Skip to content

terraform/hcl: improve options, fix terraform-cli error, add tofu-ls #1186

terraform/hcl: improve options, fix terraform-cli error, add tofu-ls

terraform/hcl: improve options, fix terraform-cli error, add tofu-ls #1186

Workflow file for this run

name: "Label PR"
on:
pull_request_target:
types: [edited, opened, synchronize, reopened]
permissions:
contents: read
pull-requests: write
jobs:
labels:
name: "Label PR"
runs-on: ubuntu-latest
if: "!contains(github.event.pull_request.title, '[skip ci]')"
steps:
- uses: actions/labeler@v6
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
configuration-path: .github/labels.yml
sync-labels: true