From 396ba8c7b3f9f93146502bbd9721e0ae2c265174 Mon Sep 17 00:00:00 2001 From: clayton Date: Thu, 23 Nov 2023 00:38:41 -0800 Subject: [PATCH] Revert changes to keys potentially parsed as boolean --- .github/workflows/continuous-integration.yml | 2 +- .github/workflows/manual-sync.yml | 2 +- .github/workflows/refresh-cache.yml | 2 +- .github/workflows/welcome-new-contributors.yml | 2 +- .yamllint.yaml | 1 + meta/group-info/en.yaml | 2 +- 6 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 2c8847f5f74e..62712db928f0 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -1,6 +1,6 @@ name: osu-wiki continuous integration -"on": +on: pull_request: branches: - master diff --git a/.github/workflows/manual-sync.yml b/.github/workflows/manual-sync.yml index e5f595e32e8c..bd42ca378982 100644 --- a/.github/workflows/manual-sync.yml +++ b/.github/workflows/manual-sync.yml @@ -1,6 +1,6 @@ name: Sync with ppy:master -"on": +on: workflow_dispatch: inputs: backup: diff --git a/.github/workflows/refresh-cache.yml b/.github/workflows/refresh-cache.yml index 692550acf0ae..d9f363c011e1 100644 --- a/.github/workflows/refresh-cache.yml +++ b/.github/workflows/refresh-cache.yml @@ -1,6 +1,6 @@ name: refresh node_modules cache -"on": +on: push: branches: - master diff --git a/.github/workflows/welcome-new-contributors.yml b/.github/workflows/welcome-new-contributors.yml index a54f96db4b87..2a439b23e5a0 100644 --- a/.github/workflows/welcome-new-contributors.yml +++ b/.github/workflows/welcome-new-contributors.yml @@ -1,6 +1,6 @@ name: Welcome new contributors -"on": +on: pull_request_target: types: - opened diff --git a/.yamllint.yaml b/.yamllint.yaml index 67fd23acf987..8e26e3135131 100644 --- a/.yamllint.yaml +++ b/.yamllint.yaml @@ -31,4 +31,5 @@ rules: quote-type: double required: only-when-needed truthy: + check-keys: false level: error diff --git a/meta/group-info/en.yaml b/meta/group-info/en.yaml index 1056b07ed012..94b2b5e0ea32 100644 --- a/meta/group-info/en.yaml +++ b/meta/group-info/en.yaml @@ -57,7 +57,7 @@ languages: lt: Lithuanian ms: Malay nl: Dutch - "no": Norwegian + no: Norwegian pl: Polish pt: Portuguese ro: Romanian