Skip to content

Bump eslint from 8.57.0 to 9.1.1 in /packages/sanity-font-picker #7

Bump eslint from 8.57.0 to 9.1.1 in /packages/sanity-font-picker

Bump eslint from 8.57.0 to 9.1.1 in /packages/sanity-font-picker #7

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: frontvibe
repo: sanity-plugins
pr-number: ${{ github.event.pull_request.number }}
token: ${{ secrets.GITHUB_TOKEN }}