mirror of
https://github.com/taigrr/bitcask
synced 2025-01-18 04:03:17 -08:00
Added auto approve workflow
This commit is contained in:
parent
35318126b7
commit
433e1b1aed
12
.github/workflows/auto-approve.yml
vendored
Normal file
12
.github/workflows/auto-approve.yml
vendored
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
name: Auto approve
|
||||||
|
on: pull_request
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: hmarr/auto-approve-action@v2.0.0
|
||||||
|
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
|
||||||
|
with:
|
||||||
|
github-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user