Skip to content

Commit 80678b3

Browse files
author
Pankaj Agrawal
committed
chore: wait for spotbugs check before automerge
1 parent 8435852 commit 80678b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Auto merge if dependabot PR
22

33
on:
44
workflow_run:
5-
workflows: ["Build"]
5+
workflows: ["Build", "SpotBugs"]
66
types: [completed]
77

88
jobs:

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@
408408
<plugin>
409409
<groupId>com.github.spotbugs</groupId>
410410
<artifactId>spotbugs-maven-plugin</artifactId>
411-
<version>4.3.0</version>
411+
<version>4.2.2</version>
412412
<executions>
413413
<execution>
414414
<id>test</id>

0 commit comments

Comments
 (0)