Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
pull_request_rules:
- name: Auto-merge Dependabot PRs into main
conditions:
- base = main
- author = dependabot[bot]
- check-success = Unit tests (ubuntu-latest)
- check-success = Unit tests (windows-latest)
- check-success = Unit tests (macos-latest)
- check-success = API tests
Comment thread
vbreuss marked this conversation as resolved.
actions:
merge:
method: squash
5 changes: 4 additions & 1 deletion aweXpect.Testably.slnx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@
<File Path="nuget.config" />
<File Path="README.md" />
</Folder>
<Folder Name="/_/.github/" />
<Folder Name="/_/.github/">
<File Path=".github/dependabot.yml" />
<File Path=".github/mergify.yml" />
</Folder>
<Folder Name="/_/.github/workflows/">
<File Path=".github/workflows/build.yml" />
<File Path=".github/workflows/ci-analysis.yml" />
Expand Down
Loading