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 1/6] 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" From 2f69433d85027f92025e101182140b825f7b420c Mon Sep 17 00:00:00 2001 From: Lucas Saavedra Vaz <32426024+lucasssvaz@users.noreply.github.com> Date: Thu, 12 Dec 2024 09:36:19 -0300 Subject: [PATCH 2/6] test --- .github/workflows/dangerjs.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/dangerjs.yml b/.github/workflows/dangerjs.yml index 84eaf990be9..479319554d6 100644 --- a/.github/workflows/dangerjs.yml +++ b/.github/workflows/dangerjs.yml @@ -25,3 +25,6 @@ jobs: instructions-contributions-file: "https://docs.espressif.com/projects/arduino-esp32/en/latest/contributing.html" rule-max-commits: "false" commit-messages-min-summary-length: "10" + + + 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 3/6] 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" From ac4e68f26bbaf31bfe02020f246ac34fd3f8a0be 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 4/6] 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" From 050717c27313fa8aef6b1cd2e2af716a6500a9ac 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 5/6] 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" From 71ae273ef73c701580708464371fff42374de807 Mon Sep 17 00:00:00 2001 From: Lucas Saavedra Vaz <32426024+lucasssvaz@users.noreply.github.com> Date: Sat, 21 Dec 2024 13:48:00 -0300 Subject: [PATCH 6/6] test --- .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 8fa7b737317..98d17ac7cab 100644 --- a/.github/workflows/dangerjs.yml +++ b/.github/workflows/dangerjs.yml @@ -19,7 +19,7 @@ jobs: - name: DangerJS pull request linter uses: espressif/shared-github-dangerjs@v1 env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.DANGERJS_PAT }} with: instructions-cla-link: "https://cla-assistant.io/espressif/arduino-esp32" instructions-contributions-file: "docs/en/contributing.rst"