Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

chore(deps-dev): bump turbo from 1.12.4 to 1.12.5 #56

chore(deps-dev): bump turbo from 1.12.4 to 1.12.5

chore(deps-dev): bump turbo from 1.12.4 to 1.12.5 #56

Workflow file for this run

# https://github.com/marketplace/actions/auto-approve
name: Auto Approve
on:
pull_request:
branches:
- main
jobs:
auto-approve:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"
- uses: hmarr/auto-approve-action@v4
if: github.actor == 'hanspagel' && github.head_ref == 'changeset-release/main'