1
0
mirror of https://github.com/ycd/manage-fastapi.git synced 2021-11-08 01:34:39 +03:00

Merge remote-tracking branch 'origin/master' into dependabot/pip/pydantic-1.8.2

This commit is contained in:
Marcelo Trylesinski
2021-09-02 21:43:45 +02:00

13
.github/workflows/automerge.yml vendored Normal file
View File

@@ -0,0 +1,13 @@
name: Automerge
on:
pull_request:
branches:
- "dependabot/**"
jobs:
automerge:
runs-on: ubuntu-latest
steps:
- uses: fastify/github-action-merge-dependabot@v2.1.1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}