Skip to content

Commit

Permalink
Adjust yaml lint rules a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Nov 22, 2020
1 parent 1b00438 commit 30528ef
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/quarkus-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
2 changes: 2 additions & 0 deletions .github/workflows/ci-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -26,6 +27,7 @@ on:
- '.github/ISSUE_TEMPLATE/**'
- '.github/*.yml'
- '.github/*.java'
- '.github/*.conf'

env:
# Workaround testsuite locale issue
Expand Down
1 change: 1 addition & 0 deletions .github/yamllint.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ extends: default

rules:
line-length: disable
commas: disable

0 comments on commit 30528ef

Please sign in to comment.