From 68e15e71bee49147892bde58415a479957ddf47a Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Fri, 12 Jul 2024 18:23:13 +0200 Subject: [PATCH] ci: drop description linting Signed-off-by: Ettore Di Giacinto --- .github/workflows/prlint.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/prlint.yaml b/.github/workflows/prlint.yaml index 471985f6a..66f338e47 100644 --- a/.github/workflows/prlint.yaml +++ b/.github/workflows/prlint.yaml @@ -17,12 +17,12 @@ jobs: - uses: aslafy-z/conventional-pr-title-action@v3 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - check-pr-description: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - uses: jadrol/pr-description-checker-action@v1.0.0 - id: description-checker - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - exempt-labels: no qa +# check-pr-description: +# runs-on: ubuntu-latest +# steps: +# - uses: actions/checkout@v2 +# - uses: jadrol/pr-description-checker-action@v1.0.0 +# id: description-checker +# with: +# repo-token: ${{ secrets.GITHUB_TOKEN }} +# exempt-labels: no qa