Skip to content

Commit

Permalink
ci: running without args, default settings
Browse files Browse the repository at this point in the history
  • Loading branch information
tomassebestik committed Dec 1, 2023
1 parent 85c6b99 commit 65be1df
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/dangerjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
uses: espressif/shared-github-dangerjs@add/danger-rules
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
# max-commits-enabled: 'false'
max-commits-info: 3
max-commits-warn: 6
# with:
# # max-commits-enabled: 'false'
# max-commits-info: 3
# max-commits-warn: 6
instructions-contributions-file: 'CONTRIBUTING.md'
instructions-cla-link: 'https://cla-assistant.io/espressif/test'
instructions-gitlab-mirror: 'true'
# instructions-cla-link: 'https://cla-assistant.io/espressif/test'
# instructions-gitlab-mirror: 'true'

0 comments on commit 65be1df

Please sign in to comment.