File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 7
7
8
8
jobs :
9
9
backport :
10
+ if : github.event.pull_request.merged == true
10
11
runs-on : ubuntu-latest
11
12
permissions :
12
13
contents : write
25
26
uses : VachaShah/backport@v2.2.0
26
27
with :
27
28
github_token : ${{ steps.github_app_token.outputs.token }}
28
- branch_name : backport/backport-${{ github.event.number }}
29
+ head_template : backport/backport-<%= number %>-to-<%= base %>
30
+ failure_labels : backport-failed
Original file line number Diff line number Diff line change @@ -24,9 +24,9 @@ buildscript {
24
24
}
25
25
26
26
plugins {
27
- id ' com.netflix.nebula.ospackage' version " 11.5 .0"
27
+ id ' com.netflix.nebula.ospackage' version " 11.6 .0"
28
28
id ' java-library'
29
- id " com.diffplug.spotless" version " 6.22 .0" apply false
29
+ id " com.diffplug.spotless" version " 6.25 .0" apply false
30
30
}
31
31
32
32
apply plugin : ' opensearch.opensearchplugin'
@@ -161,7 +161,7 @@ configurations {
161
161
dependencies {
162
162
implementation project(path : " :${ rootProject.name} -spi" , configuration : ' shadow' )
163
163
implementation group : ' com.google.guava' , name : ' guava' , version :' 32.1.3-jre'
164
- implementation group : ' com.google.guava' , name : ' failureaccess' , version :' 1.0.1 '
164
+ implementation group : ' com.google.guava' , name : ' failureaccess' , version :' 1.0.2 '
165
165
javaRestTestImplementation project. sourceSets. main. runtimeClasspath
166
166
// spotless
167
167
implementation(' com.google.googlejavaformat:google-java-format:1.17.0' ) {
You can’t perform that action at this time.
0 commit comments