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