Skip to content

Commit 0f1fffa

Browse files
committed
Add notes
1 parent 79f7298 commit 0f1fffa

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.github/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
changelog:
27
exclude:
38
labels:

.github/workflows/pr-labeler.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# This action adds changelog labels to PRs that are then used by the release
2+
# notes generator in Craft. The configuration for which labels map to what
3+
# changelog categories can be found in .github/release.yml.
4+
15
name: Label PR for Changelog
26

37
on:

0 commit comments

Comments
 (0)