Skip to content

Commit 2cf6b80

Browse files
committed
build: move CHANGELOG to public-api approval group (angular#37143)
Previously, the CHANGELOG file was caught under the general "*" glob, which meant that it fell under the dev-infra approval group. This does not really make sense since it has more to do with public-facing changes. As such, this commit moves the CHANGELOG file specifically to the public-api approval group. PR Close angular#37143
1 parent 639fab2 commit 2cf6b80

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.pullapprove.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -947,7 +947,7 @@ groups:
947947
conditions:
948948
- *can-be-global-approved
949949
- >
950-
contains_any_globs(files, [
950+
contains_any_globs(files.exclude("CHANGELOG.md"), [
951951
'*',
952952
'.circleci/**',
953953
'.devcontainer/**',
@@ -1019,6 +1019,7 @@ groups:
10191019
- >
10201020
contains_any_globs(files, [
10211021
'goldens/public-api/**',
1022+
'CHANGELOG.md',
10221023
'docs/NAMING.md',
10231024
'aio/content/guide/glossary.md',
10241025
'aio/content/guide/styleguide.md',

0 commit comments

Comments
 (0)