From 30528ef231ffbd65bfb867059583c6e29f61ec82 Mon Sep 17 00:00:00 2001 From: Guillaume Smet Date: Sun, 22 Nov 2020 19:09:07 +0100 Subject: [PATCH] Adjust yaml lint rules a bit --- .github/quarkus-bot.yml | 4 ++-- .github/workflows/ci-actions.yml | 2 ++ .github/yamllint.conf | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/quarkus-bot.yml b/.github/quarkus-bot.yml index de759b9da2ddd..9949be3f33b1d 100644 --- a/.github/quarkus-bot.yml +++ b/.github/quarkus-bot.yml @@ -405,13 +405,13 @@ triage: - integration-tests/elytron - labels: [area/flyway] title: flyway - notify: [cristhiank,geoand,gastaldi,gsmet] + notify: [cristhiank, geoand, gastaldi, gsmet] directories: - extensions/flyway/ - integration-tests/flyway/ - labels: [area/liquibase] title: liquibase - notify: [andrejpetras,geoand,gsmet] + notify: [andrejpetras, geoand, gsmet] directories: - extensions/liquibase/ - integration-tests/liquibase/ diff --git a/.github/workflows/ci-actions.yml b/.github/workflows/ci-actions.yml index 317138c6185eb..71c4bff5b4163 100644 --- a/.github/workflows/ci-actions.yml +++ b/.github/workflows/ci-actions.yml @@ -14,6 +14,7 @@ on: - '.github/ISSUE_TEMPLATE/**' - '.github/*.yml' - '.github/*.java' + - '.github/*.conf' pull_request: types: [opened, synchronize, reopened, ready_for_review] paths-ignore: @@ -26,6 +27,7 @@ on: - '.github/ISSUE_TEMPLATE/**' - '.github/*.yml' - '.github/*.java' + - '.github/*.conf' env: # Workaround testsuite locale issue diff --git a/.github/yamllint.conf b/.github/yamllint.conf index d70a98a7a9526..1b6be046eb9a1 100644 --- a/.github/yamllint.conf +++ b/.github/yamllint.conf @@ -2,3 +2,4 @@ extends: default rules: line-length: disable + commas: disable