Skip to content

Commit bf54613

Browse files
Update build-and-test.yml
1 parent 6615ab3 commit bf54613

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/build-and-test.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,14 @@ jobs:
3232
run: dotnet build -p:ContinuousIntegrationBuild=True --no-restore --configuration Release
3333
- name: Test
3434
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

Comments
 (0)