mirror of
https://github.com/gogrlx/bitcask.git
synced 2026-04-17 02:25:04 -07:00
Added auto-merge workflow for dependabot
This commit is contained in:
14
.github/workflows/go.yml
vendored
14
.github/workflows/go.yml
vendored
@@ -20,3 +20,17 @@ jobs:
|
||||
run: go build -v .
|
||||
- name: Test
|
||||
run: go test -v -race .
|
||||
|
||||
auto-merge:
|
||||
name: Auto merge
|
||||
runs-on: ubuntu-latest
|
||||
needs:
|
||||
- all
|
||||
- other
|
||||
- required
|
||||
- jobs
|
||||
steps:
|
||||
- name: Auto merge
|
||||
uses: ridedott/dependabot-auto-merge-action@master
|
||||
with:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user