Skip to content

πŸ†™ - npm prod(deps): Bump word-wrap from 1.2.3 to 1.2.4 #174

πŸ†™ - npm prod(deps): Bump word-wrap from 1.2.3 to 1.2.4

πŸ†™ - npm prod(deps): Bump word-wrap from 1.2.3 to 1.2.4 #174

Workflow file for this run

name: Auto-Merge-Mine
on: pull_request
permissions:
contents: write
pull-requests: write
jobs:
enable-automerge:
runs-on: ubuntu-latest
if: ${{ github.actor == 'megamanics' }}
steps:
- name: Enable auto-merge for my PRs only
run: gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}