Skip to content

Commit

Permalink
ci(github): disable PR checklist (#11701)
Browse files Browse the repository at this point in the history
It's broken and I don't have time to fix it yet

xrel: #11654 #11666 #11674

Signed-off-by: Charly Molter <[email protected]>
  • Loading branch information
lahabana authored Oct 7, 2024
1 parent 484f3b6 commit cac5d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit cac5d9a

Please sign in to comment.