From ebb08321e0ab0548891c296d024e92cec85efd89 Mon Sep 17 00:00:00 2001 From: "Jorge O. Castro" Date: Fri, 4 Aug 2023 14:48:26 -0400 Subject: [PATCH] chore(ci): remove old conventional commits app The github app does this at the org level now --- .github/workflows/conventional-commits.yml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .github/workflows/conventional-commits.yml diff --git a/.github/workflows/conventional-commits.yml b/.github/workflows/conventional-commits.yml deleted file mode 100644 index e1a4b064..00000000 --- a/.github/workflows/conventional-commits.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: Conventional Commits - -on: - pull_request: - branches: main - -jobs: - build: - name: Conventional Commits - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - - uses: webiny/action-conventional-commits@v1.1.0