Skip to content

Bump word-wrap from 1.2.3 to 1.2.4 #3656

Bump word-wrap from 1.2.3 to 1.2.4

Bump word-wrap from 1.2.3 to 1.2.4 #3656

Workflow file for this run

name: Merge
on:
pull_request:
types: [opened]
issue_comment:
types: [created]
jobs:
add_label:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-ecosystem/action-add-labels@v1
if: ${{ startsWith(github.event.comment.body, '/merge/') }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
labels: ready-to-merge