We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c9c0be commit 06a6b86Copy full SHA for 06a6b86
.github/workflows/dangerjs.yml
@@ -19,4 +19,6 @@ 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.GITHUB_TOKEN }}
23
+ rule-max-commits: 'false'
24
+ commit-messages-min-summary-length: '10'
.github/workflows/tests_results.yml
@@ -79,6 +79,7 @@ jobs:
79
event_name: ${{ env.original_event }}
80
files: ./artifacts/**/*.xml
81
action_fail: true
82
+ compare_to_earlier_commit: false
83
84
- name: Fail if tests failed
85
if: ${{ env.original_conclusion == 'failure' || env.original_conclusion == 'timed_out' || github.event.workflow_run.conclusion == 'failure' || github.event.workflow_run.conclusion == 'timed_out' }}
0 commit comments