Skip to content

Commit 7211fbf

Browse files
authored
Merge pull request #927 from wyardley/wyardley/yamllint_alternate
Ignore yamllint warning about truthy value "on"
2 parents 78c09c9 + 94d58cf commit 7211fbf

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

moduleroot/.github/workflows/ci.yml.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
name: CI
66

7+
# yamllint disable-line rule:truthy
78
on:
89
pull_request: {}
910
push:

moduleroot/.github/workflows/labeler.yml.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
name: "Pull Request Labeler"
66

7+
# yamllint disable-line rule:truthy
78
on:
89
pull_request_target: {}
910

moduleroot/.github/workflows/release.yml.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
name: Release
66

7+
# yamllint disable-line rule:truthy
78
on:
89
push:
910
tags:

0 commit comments

Comments
 (0)