Skip to content

Commit

Permalink
Revert "Remove mergeable config file"
Browse files Browse the repository at this point in the history
This reverts commit 0cbd9c0.
  • Loading branch information
yut23 committed Nov 12, 2024
1 parent 159e04e commit 0228691
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/mergeable.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# config file for mergeable: https://github.com/mergeability/mergeable
version: 2
mergeable:
- when: pull_request.*
validate:
- do: title
must_exclude:
regex: ^\[?WIP\b
message: "WIP pull requests can't be merged."
- do: label
must_include:
regex: 'bug|enhancement|new feature|docs|infrastructure|dead code|refactor'
message: "Please label this pull request with one of: bug, enhancement, new feature, docs or infrastructure."

0 comments on commit 0228691

Please sign in to comment.