1
0
mirror of https://github.com/taigrr/bitcask synced 2025-01-18 04:03:17 -08:00
bitcask/.github/workflows/dependabot-auto-merge.yml
2020-01-26 13:59:46 +10:00

27 lines
485 B
YAML

name: Auto merge Dependabot updates
on:
check_suite:
types:
- completed
pull_request:
types:
- edited
- labeled
- opened
- ready_for_review
- reopened
- synchronize
- unlabeled
- unlocked
jobs:
auto-merge:
name: Auto merge
runs-on: ubuntu-latest
steps:
- name: Auto merge
uses: ridedott/dependabot-auto-merge-action@master
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}