Skip to content

chore(deps): bump chizmw/terraform-workflow-action from 1.0.1 to 1.1.1 in the github-actions group #2425

chore(deps): bump chizmw/terraform-workflow-action from 1.0.1 to 1.1.1 in the github-actions group

chore(deps): bump chizmw/terraform-workflow-action from 1.0.1 to 1.1.1 in the github-actions group #2425

Workflow file for this run

---
# semantic pull request:
# https://github.com/marketplace/actions/multi-labeler#githubworkflowpr-triageyml
name: Labeler
# yamllint disable-line rule:truthy
on:
pull_request:
types: [opened, edited, synchronize, ready_for_review]
branches: [master, main]
jobs:
labeler:
name: Add Labels to PRs
runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- uses: fuxingloh/multi-labeler@v4
with:
github-token: ${{ secrets.CHANGESETS_TOKEN }}