13 lines
249 B
YAML
13 lines
249 B
YAML
# External DangerJS
|
|
include:
|
|
- project: espressif/shared-ci-dangerjs
|
|
ref: master
|
|
file: danger.yaml
|
|
|
|
run-danger-mr-linter:
|
|
stage: pre_check
|
|
# just ignore for now until the BOT_TOKEN is ready
|
|
allow_failure: true
|
|
tags:
|
|
- dangerjs
|