We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79f7298 commit 0f1fffaCopy full SHA for 0f1fffa
.github/release.yml
@@ -1,3 +1,8 @@
1
+# This configuration is used by Craft to categorize changelog entries based on
2
+# PR labels. To avoid some manual work, there is a PR labeling GitHub action in
3
+# .github/workflows/pr-labeler.yml that adds a changelog label to PRs based on
4
+# the title.
5
+
6
changelog:
7
exclude:
8
labels:
.github/workflows/pr-labeler.yml
@@ -1,3 +1,7 @@
+# This action adds changelog labels to PRs that are then used by the release
+# notes generator in Craft. The configuration for which labels map to what
+# changelog categories can be found in .github/release.yml.
name: Label PR for Changelog
on:
0 commit comments