lifeparticle / binarytree

🕰 We Provide an Array of Developer Productivity Tools Designed To Help You Save Time
https://binarytree.dev
Apache License 2.0
36 stars 12 forks source link

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

Closed lifeparticle closed 8 months ago

lifeparticle commented 8 months ago

https://github.com/dangoslen/dependabot-changelog-helper

lifeparticle commented 8 months ago

For now, do the following:

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

source