How to handle danger.js changelog entry check for dependabot PRs
lifeparticle opened this issue · 1 comments
lifeparticle commented
For now, do the following:
- name: Danger
if: github.actor != 'dependabot[bot]'
run: yarn danger ci
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}