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 6615ab3 commit bf54613Copy full SHA for bf54613
.github/workflows/build-and-test.yml
@@ -32,3 +32,14 @@ jobs:
32
run: dotnet build -p:ContinuousIntegrationBuild=True --no-restore --configuration Release
33
- name: Test
34
run: dotnet test --no-build --configuration Release --verbosity normal
35
+
36
+ automerge:
37
+ needs: [build-and-test]
38
+ runs-on: ubuntu-latest
39
40
+ permissions:
41
+ pull-requests: write
42
+ contents: write
43
44
+ steps:
45
+ - uses: fastify/[email protected]
0 commit comments