File tree 6 files changed +22
-22
lines changed
6 files changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ updates:
10
10
labels :
11
11
- " Type: Dependency Upgrade"
12
12
- " Priority 1: Must"
13
- milestone : 9
13
+ milestone : 10
14
14
reviewers :
15
15
- " AxonFramework/framework-developers"
16
16
groups :
@@ -29,7 +29,7 @@ updates:
29
29
labels :
30
30
- " Type: Dependency Upgrade"
31
31
- " Priority 1: Must"
32
- milestone : 9
32
+ milestone : 10
33
33
reviewers :
34
34
- " AxonFramework/framework-developers"
35
35
groups :
Original file line number Diff line number Diff line change @@ -24,19 +24,19 @@ jobs:
24
24
PR_URL : ${{github.event.pull_request.html_url}}
25
25
GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
26
26
27
- # dependabot-auto-merge:
28
- # runs-on: ubuntu-latest
29
- # if: ${{ github.actor == 'dependabot[bot]' }}
30
- # steps:
31
- # - name: Retrieve Dependabot metadata
32
- # id: metadata
33
- # uses: dependabot/fetch-metadata@v2
34
- # with:
35
- # github-token: "${{ secrets.GITHUB_TOKEN }}"
36
- #
37
- # - name: Auto-merge Pull Request
38
- # if: ${{steps.metadata.outputs.update-type != 'version-update:semver-major'}}
39
- # run: gh pr merge --auto --merge "$PR_URL"
40
- # env:
41
- # PR_URL: ${{github.event.pull_request.html_url}}
42
- # GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
27
+ dependabot-auto-merge :
28
+ runs-on : ubuntu-latest
29
+ if : ${{ github.actor == 'dependabot[bot]' }}
30
+ steps :
31
+ - name : Retrieve Dependabot metadata
32
+ id : metadata
33
+ uses : dependabot/fetch-metadata@v2
34
+ with :
35
+ github-token : " ${{ secrets.GITHUB_TOKEN }}"
36
+
37
+ - name : Auto-merge Pull Request
38
+ if : ${{steps.metadata.outputs.update-type != 'version-update:semver-major'}}
39
+ run : gh pr merge --auto --merge "$PR_URL"
40
+ env :
41
+ PR_URL : ${{github.event.pull_request.html_url}}
42
+ GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
Original file line number Diff line number Diff line change 21
21
<parent >
22
22
<groupId >org.axonframework.extensions.kotlin</groupId >
23
23
<artifactId >axon-kotlin-parent</artifactId >
24
- <version >4.11.1 -SNAPSHOT</version >
24
+ <version >4.11.2 -SNAPSHOT</version >
25
25
</parent >
26
26
27
27
<artifactId >axon-coverage-report</artifactId >
Original file line number Diff line number Diff line change 24
24
<parent >
25
25
<artifactId >axon-kotlin-parent</artifactId >
26
26
<groupId >org.axonframework.extensions.kotlin</groupId >
27
- <version >4.11.1 -SNAPSHOT</version >
27
+ <version >4.11.2 -SNAPSHOT</version >
28
28
</parent >
29
29
30
30
<artifactId >axon-kotlin-test</artifactId >
Original file line number Diff line number Diff line change 24
24
<parent >
25
25
<groupId >org.axonframework.extensions.kotlin</groupId >
26
26
<artifactId >axon-kotlin-parent</artifactId >
27
- <version >4.11.1 -SNAPSHOT</version >
27
+ <version >4.11.2 -SNAPSHOT</version >
28
28
</parent >
29
29
30
30
<artifactId >axon-kotlin</artifactId >
Original file line number Diff line number Diff line change 22
22
23
23
<groupId >org.axonframework.extensions.kotlin</groupId >
24
24
<artifactId >axon-kotlin-parent</artifactId >
25
- <version >4.11.1 -SNAPSHOT</version >
25
+ <version >4.11.2 -SNAPSHOT</version >
26
26
<packaging >pom</packaging >
27
27
28
28
<modules >
You can’t perform that action at this time.
0 commit comments