lifeparticle/binarytree

How to handle danger.js changelog entry check for dependabot PRs

Closed this issue · 1 comments

For now, do the following:

- name: Danger
    if: github.actor != 'dependabot[bot]'
    run: yarn danger ci
    env:
      GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

source