Skip to content

Bump eslint-plugin-react-compiler from 0.0.0-experimental-51a85ea-20240601 to 0.0.0-experimental-0998c1e-20240625 #153

Bump eslint-plugin-react-compiler from 0.0.0-experimental-51a85ea-20240601 to 0.0.0-experimental-0998c1e-20240625

Bump eslint-plugin-react-compiler from 0.0.0-experimental-51a85ea-20240601 to 0.0.0-experimental-0998c1e-20240625 #153

Workflow file for this run

name: Dependabot Bot
on:
pull_request:
branches: [master]
concurrency: dependabot-${{ github.ref }}
jobs:
dependabot-bot:
runs-on: ubuntu-latest
steps:
- uses: P5-wrapper/[email protected]
- name: Run format if the PR is from the Dependabot Bot
if: github.actor == 'dependabot[bot]'
run: pnpm format
shell: bash
- name: Commit any formatting changes
if: github.actor == 'dependabot[bot]'
uses: stefanzweifel/[email protected]
with:
commit_message: Apply formatting updates
branch: ${{ github.ref_name }}
token: ${{ secrets.GH_TOKEN }}