From af2eb8aaf5b4c8bae0f7f2d3de316bbf190e5bf6 Mon Sep 17 00:00:00 2001 From: Lucas Saavedra Vaz <32426024+lucasssvaz@users.noreply.github.com> Date: Thu, 12 Dec 2024 08:33:23 -0300 Subject: [PATCH] ci(dangerjs): Update settings --- .github/workflows/dangerjs.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/dangerjs.yml b/.github/workflows/dangerjs.yml index f4bdad3c16e..84eaf990be9 100644 --- a/.github/workflows/dangerjs.yml +++ b/.github/workflows/dangerjs.yml @@ -20,5 +20,8 @@ jobs: uses: espressif/shared-github-dangerjs@v1 env: 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" rule-max-commits: "false" commit-messages-min-summary-length: "10"