You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(danger): Allow skipping changelog with label (#94)
* feat(danger): Allow skipping changelog with label
This allows skipping the danger changelog check with a `skip-changelog`
label in addition to `#skip-changelog` in the PR description.
To make sure this triggers properly, the `danger` workflow should be run
on a PR being `labeled` and `unlabeled`.
* Fix pr reference
* changelog
* Update CHANGELOG.md
---------
Co-authored-by: Ivan Dlugos <[email protected]>