From cac5d9ac86fdd14cc7d4e45e6f51a75c59c5dfd0 Mon Sep 17 00:00:00 2001 From: Charly Molter Date: Mon, 7 Oct 2024 18:47:16 +0200 Subject: [PATCH] ci(github): disable PR checklist (#11701) It's broken and I don't have time to fix it yet xrel: #11654 #11666 #11674 Signed-off-by: Charly Molter --- .github/workflows/check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml index 2f7e6995507a..8a9971af8e8b 100644 --- a/.github/workflows/check.yaml +++ b/.github/workflows/check.yaml @@ -43,7 +43,7 @@ jobs: run: | tools/ci/needs_backporting.sh "${{ github.repository }}" "${{ github.event.pull_request.number }}" "origin/${{ github.base_ref }}" "HEAD" "$PREDEFINED_GLOBS" "$LABEL_TO_ADD" "$NO_BACKPORT_AUTOLABEL" - name: Add checklist comment - if: github.event.action == 'opened' && github.event.pull_request.author != 'dependabot' + if: false # disable as it doesn't work github.event.action == 'opened' && github.event.pull_request.author != 'dependabot' env: GITHUB_TOKEN: ${{ github.token }} CHECKLIST_MESSAGE: |