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"