Skip to content
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(ci): build&test should ignore lowercase changelog directory #11733

Merged
merged 2 commits into from
Oct 12, 2023

Conversation

windmgc
Copy link
Member

@windmgc windmgc commented Oct 11, 2023

Summary

The test suite build&test should ignore lowercase changelog directory.

Checklist

  • The Pull Request has tests
  • [na] A changelog file has been created under changelog/unreleased/kong or skip-changelog label added on PR if changelog is unnecessary. README.md
  • [na] There is a user-facing docs PR against https://github.com/Kong/docs.konghq.com - PUT DOCS PR HERE

@github-actions github-actions bot added the chore Not part of the core functionality of kong, but still needed label Oct 11, 2023
Co-authored-by: Wangchong Zhou <wangchong@konghq.com>
@windmgc windmgc merged commit 3417883 into master Oct 12, 2023
23 checks passed
@windmgc windmgc deleted the chore-ci-bnt-ignore-changelog branch October 12, 2023 06:31
@team-gateway-bot
Copy link
Collaborator

The backport to release/3.4.x failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-release/3.4.x release/3.4.x
# Navigate to the new working tree
cd .worktrees/backport-release/3.4.x
# Create a new branch
git switch --create backport-11733-to-release/3.4.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 34178832f9fcb3bd89d0b90d718c97abe8f05125
# Push it to GitHub
git push --set-upstream origin backport-11733-to-release/3.4.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-release/3.4.x

Then, create a pull request where the base branch is release/3.4.x and the compare/head branch is backport-11733-to-release/3.4.x.

windmgc added a commit that referenced this pull request Oct 13, 2023
…1733)

The test suite build&test should ignore lowercase changelog directory.

---------

Co-authored-by: Wangchong Zhou <wangchong@konghq.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Not part of the core functionality of kong, but still needed size/XS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants