mirror of
https://github.com/ferdikoomen/openapi-typescript-codegen.git
synced 2025-12-08 20:16:21 +00:00
- Added automerge
This commit is contained in:
parent
56c62af2d6
commit
5028ee1ce2
13
.github/workflows/dependabot-auto-merge.yml
vendored
Normal file
13
.github/workflows/dependabot-auto-merge.yml
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
name: dependabot-auto-merge
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
auto-merge:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: ahmadnassri/action-dependabot-auto-merge@v2
|
||||
with:
|
||||
github-token: ${{ secrets.TOKEN }}
|
||||
Loading…
x
Reference in New Issue
Block a user