Commit f011713
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 <6349682+vaind@users.noreply.github.com>1 parent 831aefe commit f011713
2 files changed
+9
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
3 | 9 | | |
4 | 10 | | |
5 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
| 73 | + | |
73 | 74 | | |
74 | 75 | | |
75 | 76 | | |
| |||
126 | 127 | | |
127 | 128 | | |
128 | 129 | | |
129 | | - | |
| 130 | + | |
130 | 131 | | |
131 | 132 | | |
132 | 133 | | |
| |||
0 commit comments