Skip to content

Commit 478ff47

Browse files
committed
Fix quarkus-github-bot.yml syntax
1 parent 0e94356 commit 478ff47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/quarkus-github-bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ workflows:
1515
- "**/*.adoc"
1616
workflowRunAnalysis:
1717
workflows: ["Quarkus CI", "Quarkus Documentation CI"]
18-
ignored-flaky-tests: ["org.acme.FlakyHelloResourceTest", "org.acme.FlakyHelloResourceWithSomeProfileTest", "org.acme.FlakyHelloResourceWithAnotherProfileTest"]
18+
ignoredFlakyTests: ["org.acme.FlakyHelloResourceTest", "org.acme.FlakyHelloResourceWithSomeProfileTest", "org.acme.FlakyHelloResourceWithAnotherProfileTest"]
1919
projectsClassic:
2020
rules:
2121
- labels: [area/documentation]

0 commit comments

Comments
 (0)