From 03b76563090b7e441ffcb78227b99326e1dfcd92 Mon Sep 17 00:00:00 2001 From: Alexander Cairns Date: Wed, 3 Jul 2024 14:36:09 -0300 Subject: [PATCH] fix: satisfy yamllint --- .github/workflows/semver.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/semver.yaml b/.github/workflows/semver.yaml index c37bd3d..f2af463 100644 --- a/.github/workflows/semver.yaml +++ b/.github/workflows/semver.yaml @@ -1,7 +1,9 @@ name: Auto Semver +# yamllint thinks the `on` key is being turned into `true` +# yamllint disable-line rule:truthy on: pull_request: - types: + types: - closed branches: - main