Skip to content

Commit b453d25

Browse files
authored
CI update (#88)
1 parent b8829b6 commit b453d25

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.github/workflows/automerge.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

.github/workflows/test.yml renamed to .github/workflows/ci.yml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test
1+
name: CI
22

33
on:
44
push:
@@ -29,3 +29,14 @@ jobs:
2929
run: poetry run pytest tests/ --cov=manage_fastapi --cov-report=term-missing:skip-covered --cov-report=xml
3030
- name: Upload coverage
3131
uses: codecov/codecov-action@v1
32+
33+
automerge:
34+
needs: test
35+
runs-on: ubuntu-latest
36+
permissions:
37+
pull-requests: write
38+
contents: write
39+
steps:
40+
- uses: fastify/[email protected]
41+
with:
42+
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)