From 39f473516b04c952ca52c0154e5f4522e368e64c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Valentin=20Breu=C3=9F?= Date: Sat, 30 Mar 2024 18:52:55 +0100 Subject: [PATCH] Remove pr pipeline --- .github/workflows/pr.yml | 37 ------------------------------------- Testably.Abstractions.sln | 1 - 2 files changed, 38 deletions(-) delete mode 100644 .github/workflows/pr.yml diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml deleted file mode 100644 index 41a7f3bdd..000000000 --- a/.github/workflows/pr.yml +++ /dev/null @@ -1,37 +0,0 @@ -name: "PR" - -on: - pull_request_target: - types: - - opened - - edited -permissions: - contents: read - -jobs: - main: - permissions: - pull-requests: read - statuses: write - name: Check "Conventional Commits" - runs-on: ubuntu-latest - steps: - - uses: amannn/action-semantic-pull-request@v5 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - types: | - chore - coverage - docs - feat - fix - refactor - scopes: | - file - random - time - access-control - compression - deps - requireScope: false diff --git a/Testably.Abstractions.sln b/Testably.Abstractions.sln index a0331bbcb..6368ef12a 100644 --- a/Testably.Abstractions.sln +++ b/Testably.Abstractions.sln @@ -60,7 +60,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{ ProjectSection(SolutionItems) = preProject .github\workflows\build.yml = .github\workflows\build.yml .github\workflows\ci.yml = .github\workflows\ci.yml - .github\workflows\pr.yml = .github\workflows\pr.yml .github\workflows\test-report.yml = .github\workflows\test-report.yml EndProjectSection EndProject