-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(changelog): move changelog files to correct location #13152
Conversation
Better link to the original PR. |
@@ -25,11 +25,11 @@ jobs: | |||
with: | |||
files_yaml: | | |||
changelogs: | |||
- 'changelog/unreleased/**/*.yml' | |||
- 'changelog/unreleased/*/*.yml' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In this context, "**" is a wildcard that matches zero or more directories in a file path, while "*" is a wildcard that matches any single directory or file name in a file path.
So, 'changelog/unreleased/**/.yml' will match all YAML files in any subdirectory under changelog/unreleased, while 'changelog/unreleased/.yml' will only match YAML files directly under changelog/unreleased.
a5819a4
to
4887162
Compare
4887162
to
ffd23c1
Compare
Successfully created cherry-pick PR for |
(cherry picked from commit dfbe0c9)
Summary
move changelog files to
kong/changelog/unreleased/kong/
Checklist
changelog/unreleased/kong
orskip-changelog
label added on PR if changelog is unnecessary. README.mdIssue reference
#13135