Skip to content

send notification on action failure #1766

send notification on action failure

send notification on action failure #1766

Workflow file for this run

name: auto-merge
on:
pull_request:
paths-ignore:
- "src/**" # prevent auto-merge for go dependencies
jobs:
auto-merge:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ahmadnassri/action-dependabot-auto-merge@v2 # https://github.com/marketplace/actions/dependabot-auto-merge
with:
github-token: ${{ secrets.DEPENDABOT_TOKEN }}