From a3c8e5f4159eb11a6827e4f76fedf3900a28c7fc Mon Sep 17 00:00:00 2001 From: Jacob Marble Date: Mon, 18 Apr 2022 16:49:53 -0700 Subject: [PATCH] chore: add semantic PR and commit message checks --- .github/workflows/semantic.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/workflows/semantic.yml diff --git a/.github/workflows/semantic.yml b/.github/workflows/semantic.yml new file mode 100644 index 00000000..5fbae6dc --- /dev/null +++ b/.github/workflows/semantic.yml @@ -0,0 +1,10 @@ +--- +name: "Semantic PR and Commit Messages" + +on: + pull_request: + types: [opened, reopened, synchronize, edited] + +jobs: + semantic: + uses: influxdata/validate-semantic-github-messages/.github/workflows/semantic.yml@main