From 1db55c4aa2c8fb2dcbc7cdfcfbae85fe38b16bcb Mon Sep 17 00:00:00 2001 From: vexxhost-bot <105816074+vexxhost-bot@users.noreply.github.com> Date: Wed, 10 Apr 2024 19:06:14 -0400 Subject: [PATCH] [stable/zed] Drop `conventional-commit` requirement (#1082) Signed-off-by: Mohammed Naser Co-authored-by: Mohammed Naser --- .github/workflows/check-pr-title.yml | 33 ---------------------------- 1 file changed, 33 deletions(-) delete mode 100644 .github/workflows/check-pr-title.yml diff --git a/.github/workflows/check-pr-title.yml b/.github/workflows/check-pr-title.yml deleted file mode 100644 index 6741d3abd..000000000 --- a/.github/workflows/check-pr-title.yml +++ /dev/null @@ -1,33 +0,0 @@ -name: check-pr-title -on: - pull_request_target: - types: - - opened - - reopened - - edited - - synchronize - -jobs: - conventional-commit: - runs-on: ubuntu-latest - permissions: - statuses: write - pull-requests: write - steps: - - uses: aslafy-z/conventional-pr-title-action@v3 - id: pr-title-lint - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - - uses: marocchino/sticky-pull-request-comment@331f8f5b4215f0445d3c07b4967662a32a2d3e31 # v2.9.0 - if: failure() - with: - header: commitlint-pr-title - message: ${{ steps.pr-title-lint.outputs.error }} - recreate: true - - - uses: marocchino/sticky-pull-request-comment@331f8f5b4215f0445d3c07b4967662a32a2d3e31 # v2.9.0 - if: success() - with: - header: commitlint-pr-title - delete: true