From 58c42c1b07a8f0936201fa6128ca1b8caea80897 Mon Sep 17 00:00:00 2001 From: Lucas Saavedra Vaz <32426024+lucasssvaz@users.noreply.github.com> Date: Thu, 12 Dec 2024 09:47:25 -0300 Subject: [PATCH] fix --- .github/workflows/dangerjs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dangerjs.yml b/.github/workflows/dangerjs.yml index 84eaf990be9..8fa7b737317 100644 --- a/.github/workflows/dangerjs.yml +++ b/.github/workflows/dangerjs.yml @@ -22,6 +22,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: instructions-cla-link: "https://cla-assistant.io/espressif/arduino-esp32" - instructions-contributions-file: "https://docs.espressif.com/projects/arduino-esp32/en/latest/contributing.html" + instructions-contributions-file: "docs/en/contributing.rst" rule-max-commits: "false" commit-messages-min-summary-length: "10"