From 6f7ae87edfcf7c33dae42445bf3f8683cbbff35a Mon Sep 17 00:00:00 2001 From: Aaron Hurley Date: Fri, 18 Nov 2022 16:27:27 -0600 Subject: [PATCH] Introduce inclusive naming check and update existing language We are following the Inclusive Naming Initiative's guidance as that is what the CNCF supports. --- .github/workflows/inclusive-language-check.yml | 10 ++++++++++ .wokeignore | 2 ++ 2 files changed, 12 insertions(+) create mode 100644 .github/workflows/inclusive-language-check.yml create mode 100644 .wokeignore diff --git a/.github/workflows/inclusive-language-check.yml b/.github/workflows/inclusive-language-check.yml new file mode 100644 index 000000000..9bfceed87 --- /dev/null +++ b/.github/workflows/inclusive-language-check.yml @@ -0,0 +1,10 @@ +--- +name: Check inclusive language + +on: + pull_request: + types: ['opened', 'reopened', 'synchronize'] + +jobs: + check-inclusive-language: + uses: vmware-tanzu/carvel-release-scripts/.github/workflows/inclusive-language-check.yml@main diff --git a/.wokeignore b/.wokeignore new file mode 100644 index 000000000..839933826 --- /dev/null +++ b/.wokeignore @@ -0,0 +1,2 @@ +# out of our control +vendor/