Skip to content

chore: bump eslint-plugin-promise from 6.6.0 to 7.2.1 in /server #55

chore: bump eslint-plugin-promise from 6.6.0 to 7.2.1 in /server

chore: bump eslint-plugin-promise from 6.6.0 to 7.2.1 in /server #55

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}}