File tree Expand file tree Collapse file tree 5 files changed +10
-14
lines changed Expand file tree Collapse file tree 5 files changed +10
-14
lines changed Original file line number Diff line number Diff line change 1- name : PushOk (Develop PR Merge)
1+ name : Distribute PushOk (Develop / Mission PR Merge)
22
33on :
44 pull_request :
55 branches :
66 - develop
7+ - mission/*
78 types :
89 - closed
910
Original file line number Diff line number Diff line change @@ -3,18 +3,13 @@ name: Lint + UnitTests + Build
33on :
44 push :
55 branches :
6- - ' **'
7- - ' !master'
8- paths-ignore :
9- - ' **.md'
10- tags-ignore :
11- - ' **'
12- pull_request :
13- branches :
14- - master
6+ - develop
157 - mission/*
8+ pull_request :
169 types :
1710 - opened
11+ - reopened
12+ - synchronize
1813
1914jobs :
2015 lint :
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ jobs:
138138 - name : Merge Pull Request
139139 run : |
140140 pr_number=$(gh pr list --base develop --head master --json number --jq '.[0].number')
141- gh pr merge $pr_number --merge
141+ gh pr merge $pr_number --merge --auto
142142
143143 message-to-loop-if-success :
144144 needs : [release-github]
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ dependencies {
7575 implementation ' com.google.code.gson:gson:2.11.0'
7676
7777 // Mindbox
78- implementation ' cloud.mindbox:mobile-sdk:2.13.3 '
78+ implementation ' cloud.mindbox:mobile-sdk:2.13.4 '
7979 implementation ' cloud.mindbox:mindbox-firebase'
8080 implementation ' cloud.mindbox:mindbox-huawei'
8181 implementation ' cloud.mindbox:mindbox-rustore'
Original file line number Diff line number Diff line change @@ -20,5 +20,5 @@ android.enableJetifier=true
2020# Kotlin code style for this project: "official" or "obsolete":
2121kotlin.code.style =official
2222# SDK version property
23- SDK_VERSION_NAME =2.13.3
24- android.nonTransitiveRClass = false
23+ SDK_VERSION_NAME =2.13.4
24+ android.nonTransitiveRClass = false
You can’t perform that action at this time.
0 commit comments