Skip to content

Add author notification section to PR template #131

Add author notification section to PR template

Add author notification section to PR template #131

name: auto-merge
on:
pull_request:
jobs:
auto-merge:
# if: github.actor == 'dependabot[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 }}