Skip to content

chore(deps): update turbo to v2 (major) #2038

chore(deps): update turbo to v2 (major)

chore(deps): update turbo to v2 (major) #2038

Workflow file for this run

name: "Pull Request Labeler"
on:
pull_request_target:
jobs:
triage:
runs-on: ubuntu-22.04
permissions:
contents: read
pull-requests: write
steps:
# https://github.com/marketplace/actions/label-manager-for-prs-and-issues-based-on-configurable-conditions
- name: Label manager for PRs and Issues based on configurable conditions
uses: srvaroa/labeler@1eec6d9e7c5fa5864840279978680302f955fc37 # v1.10.1
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"