We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8829b6 commit b453d25Copy full SHA for b453d25
.github/workflows/automerge.yml
.github/workflows/test.yml renamed to .github/workflows/ci.yml
@@ -1,4 +1,4 @@
1
-name: Test
+name: CI
2
3
on:
4
push:
@@ -29,3 +29,14 @@ jobs:
29
run: poetry run pytest tests/ --cov=manage_fastapi --cov-report=term-missing:skip-covered --cov-report=xml
30
- name: Upload coverage
31
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