We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9eb7dc6 + 71ae273 commit 082e31fCopy full SHA for 082e31f
.github/workflows/dangerjs.yml
@@ -19,6 +19,9 @@ jobs:
19
- name: DangerJS pull request linter
20
uses: espressif/shared-github-dangerjs@v1
21
env:
22
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.DANGERJS_PAT }}
23
+ with:
24
+ instructions-cla-link: "https://cla-assistant.io/espressif/arduino-esp32"
25
+ instructions-contributions-file: "docs/en/contributing.rst"
26
rule-max-commits: "false"
27
commit-messages-min-summary-length: "10"
0 commit comments