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
An example is [`../changelog/0.1.0.yaml`](../changelog/0.1.0.yaml).
49
49
50
+
### My PR does not need a changelog
51
+
52
+
Repositories using this tool are expected to leverage the `pr-has-fragment` command to validate presence of a Changelog Fragment in a Pull Requests. The command can be configured to validate PRs without a Changelog Fragment but labelled with specific labels.
53
+
54
+
At this moment adding a label named `skip-changelog` or `backport` to a PR will skip the validation, allowing the labelled PR not to contain a Changelog Fragment.
55
+
50
56
## I'm a maintainer
51
57
52
58
As a maintainer you are responsible for ensureing **changelog fragments** are present in Pull Requests.
0 commit comments