Skip to content

chore(deps): bump the clerk-dependencies group with 3 updates #71

chore(deps): bump the clerk-dependencies group with 3 updates

chore(deps): bump the clerk-dependencies group with 3 updates #71

Workflow file for this run

name: Add changeset to Dependabot updates
on:
pull_request_target:
types: [opened, synchronize, labeled]
jobs:
dependabot:
name: Update Dependabot PR
runs-on: ubuntu-latest
if: contains(github.event.pull_request.labels.*.name, 'dependencies')
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.ref }}
- name: Update PR
uses: StafflinePeoplePlus/[email protected]
with:
owner: wobsoriano
repo: vue-clerk
pr-number: ${{ github.event.pull_request.number }}
token: ${{ secrets.GITHUB_TOKEN }}