From 20d64655cfc0c99b58039aa3abb383eb6ea3e1d1 Mon Sep 17 00:00:00 2001 From: JessamyT Date: Thu, 20 Jun 2024 15:51:40 -0700 Subject: [PATCH] Remove readability check, edit description template --- .github/PULL_REQUEST_TEMPLATE.md | 2 -- .github/workflows/lexi-lint.yml | 23 ----------------------- 2 files changed, 25 deletions(-) delete mode 100644 .github/workflows/lexi-lint.yml diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 002be3504d..f7ce9501c0 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,3 +1 @@ -# Description - Please include a summary of the change and what is does. Please also include relevant motivation and context. diff --git a/.github/workflows/lexi-lint.yml b/.github/workflows/lexi-lint.yml deleted file mode 100644 index a48d07eb0b..0000000000 --- a/.github/workflows/lexi-lint.yml +++ /dev/null @@ -1,23 +0,0 @@ -name: Report readability - -# This action only works on pull request events -on: - pull_request_target: - branches: [main] - types: [labeled, synchronize] - -jobs: - report-readability: - if: ${{ contains(github.event.*.labels.*.name, 'safe to build') }} - name: Report readability - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v3 - with: - ref: ${{github.event.pull_request.head.sha}} - fetch-depth: 0 - - uses: Rebilly/lexi@v2 - with: - github-token: ${{ secrets.PR_TOKEN }} - glob: "**/*.md"