From 6be1507d1e831cf32af9cc49e7967e80d02d41d0 Mon Sep 17 00:00:00 2001 From: Tyson Kamp Date: Tue, 26 Apr 2022 11:21:03 -0700 Subject: [PATCH] chore: remove influxdata/validate-semantic-github-messages github workflow (#11036) --- .github/workflows/semantic.yml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 .github/workflows/semantic.yml diff --git a/.github/workflows/semantic.yml b/.github/workflows/semantic.yml deleted file mode 100644 index 58e68ed9f..000000000 --- a/.github/workflows/semantic.yml +++ /dev/null @@ -1,13 +0,0 @@ ---- -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 - # optional; 250 is default and max - with: - COMMITS_HISTORY: 1