Skip to content

Bump react-share from 4.4.0 to 5.1.1 #3373

Bump react-share from 4.4.0 to 5.1.1

Bump react-share from 4.4.0 to 5.1.1 #3373

Workflow file for this run

name: PR Check - Labeler
on: [pull_request_target]
jobs:
add-label:
name: Add patch label to pull request
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v3
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
auto-merge:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
target: minor
github-token: ${{ secrets.DEPENDABOT_AUTOMERGE_TOKEN }}