Skip to content

chore: bump eslint-plugin-react from 7.37.3 to 7.37.4 in /server #59

chore: bump eslint-plugin-react from 7.37.3 to 7.37.4 in /server

chore: bump eslint-plugin-react from 7.37.3 to 7.37.4 in /server #59

Workflow file for this run

on: pull_request
permissions:
contents: write
pull-requests: write
jobs:
automerge-when-author-is-dependabot:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- run: gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}