Skip to content

Bump anstream from 0.6.7 to 0.6.8 #2

Bump anstream from 0.6.7 to 0.6.8

Bump anstream from 0.6.7 to 0.6.8 #2

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