diff --git a/.github/mergeable.yml b/.github/mergeable.yml deleted file mode 100644 index 0c06cb8bd..000000000 --- a/.github/mergeable.yml +++ /dev/null @@ -1,15 +0,0 @@ -version: 2 -mergeable: - - when: pull_request.* - name: "Conventional Commits" - validate: - - do: title - begins_with: - match: ['feat', 'fix', 'api', 'refactor', 'perf', 'test', 'style', 'chore', 'cargo', 'build', 'ci', 'docs'] - - fail: - - do: checks - status: "action_required" - payload: - title: PR title should follow conventional commits - summary: "PR title should follow https://conventionalcommits.org. See https://github.com/deltachat/deltachat-core-rust/blob/master/CONTRIBUTING.md for details."