Skip to content

npm: bump eslint-plugin-unicorn from 50.0.1 to 51.0.1 #38

npm: bump eslint-plugin-unicorn from 50.0.1 to 51.0.1

npm: bump eslint-plugin-unicorn from 50.0.1 to 51.0.1 #38

Workflow file for this run

name: Auto-Merge
on: pull_request
permissions:
contents: write
jobs:
auto-merge:
name: Auto-Merge
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge "$PR_URL" --auto --squash --subject "$COMMIT_MESSAGE"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GH_TOKEN: ${{ secrets.AUTO_MERGE }}
COMMIT_MESSAGE: ${{ github.event.pull_request.title }}