Skip to content

Bump qs from 6.14.1 to 6.14.2 in the npm_and_yarn group across 1 directory #147

Bump qs from 6.14.1 to 6.14.2 in the npm_and_yarn group across 1 directory

Bump qs from 6.14.1 to 6.14.2 in the npm_and_yarn group across 1 directory #147

name: auto-merge
on:
pull_request:
jobs:
auto-merge:
if: ${{ github.actor == 'dependabot[bot]' || github.actor == 'imgbot[bot]' }}
runs-on: ubuntu-latest
steps:
- run: echo ${GITHUB_ACTOR}
- uses: actions/checkout@v2
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
target: minor
github-token: ${{ secrets.MYTOKEN }}