Skip to content

Commit

Permalink
Merge pull request #2 from timurgaleev/fix-val
Browse files Browse the repository at this point in the history
Fix val
  • Loading branch information
timurgaleev authored Aug 10, 2020
2 parents c0222d3 + e6d6474 commit 9eadc3d
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 73 deletions.
49 changes: 0 additions & 49 deletions .classpath

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
./build.sh
- name: Docker Build & Push to Docker Hub
- name: Docker Build & Push to DockerHub
uses: timzu/act-docker@master
with:
args: --docker
Expand Down
14 changes: 14 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
pull_request_rules:
- name: automatic merge
conditions:
- base=master
- "#approved-reviews-by>=1"
# - "status-success=ci/circleci"
actions:
merge:
method: merge
# method: rebase
# rebase_fallback: merge
# strict: smart
dismiss_reviews: {}
delete_head_branch: {}
23 changes: 0 additions & 23 deletions .project

This file was deleted.

0 comments on commit 9eadc3d

Please sign in to comment.