Skip to content

build(deps): bump the all group across 1 directory with 27 updates #1166

build(deps): bump the all group across 1 directory with 27 updates

build(deps): bump the all group across 1 directory with 27 updates #1166

Workflow file for this run

name: "Add Label to Pull Requests"
on:
pull_request_target:
types: [opened, reopened, synchronize]
jobs:
add-label:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Add Label
uses: actions-ecosystem/action-add-labels@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
labels: "tide/merge-method-squash"