Skip to content

build(deps-dev): bump prettier from 2.2.1 to 3.0.3 #399

build(deps-dev): bump prettier from 2.2.1 to 3.0.3

build(deps-dev): bump prettier from 2.2.1 to 3.0.3 #399

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: AutoMerge
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
pull_request:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
auto-merge:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
target: minor
github-token: ${{ secrets.GH_TOKEN }}