Skip to content

Commit

Permalink
Merge branch 'staging' into production
Browse files Browse the repository at this point in the history
  • Loading branch information
sahil28297 committed May 5, 2021
2 parents da1a743 + b0d16ad commit 9b9d534
Show file tree
Hide file tree
Showing 5 changed files with 158 additions and 592 deletions.
32 changes: 32 additions & 0 deletions .flake8
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
[flake8]
ignore =
E121,
E126,
E127,
E128,
E203,
E225,
E226,
E231,
E241,
E251,
E261,
E265,
E302,
E303,
E305,
E402,
E501,
E741,
W291,
W292,
W293,
W391,
W503,
W504,
F403,
B007,
B950,
W191,

max-line-length = 200
24 changes: 24 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
pull_request_rules:
- name: Automatic merge on CI success and review
conditions:
- status-success=Sider
- status-success=Semantic Pull Request
- status-success=Codacy Static Code Analysis
- status-success=security/snyk (Bloomstack)
- label!=Don't Merge
- label!=squash
- "#approved-reviews-by>=1"
actions:
merge:
method: merge
- name: Automatic squash on CI success and review
conditions:
- status-success=Sider
- status-success=Codacy Static Code Analysis
- status-success=security/snyk (Bloomstack)
- label!=Don't Merge
- label=squash
- "#approved-reviews-by>=1"
actions:
merge:
method: squash
2 changes: 1 addition & 1 deletion bloomstack_core/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals

__version__ = '2.1.0'
__version__ = '2.2.0'
Loading

0 comments on commit 9b9d534

Please sign in to comment.