chore: sync develop with main after v0.14.0 - #486
Merged
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: ba5a417a-c8e2-46d1-88a1-ee22fd9e9909
Add automatic issue type classification
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: df8443a0-e1a6-46ef-bc14-bc30a1e025ff
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: ba5a417a-c8e2-46d1-88a1-ee22fd9e9909
Bumps [nltk](https://github.com/nltk/nltk) from 3.10.0 to 3.10.3. - [Release notes](https://github.com/nltk/nltk/releases) - [Changelog](https://github.com/nltk/nltk/blob/develop/ChangeLog) - [Commits](nltk/nltk@v3.10.0...v3.10.3) --- updated-dependencies: - dependency-name: nltk dependency-version: 3.10.3 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Brings
developup to date withmain.develophas been 5 commits behind since the v0.14.0 release, which was never followed by the sync step.Why this matters now, from
.github/skills/release-management:Concretely, cutting the next release from
developtoday would ship without these commits that are already onmain:5463f6cchore(deps): bump nltk from 3.10.0 to 3.10.3 (chore(deps): bump nltk from 3.10.0 to 3.10.3 #482) — a security bump; GitHub currently reports 1 high vulnerability on the default branch84e4491Fix automatic issue type classificationab91e36Configure Dependabot to target develop39851ca/bbf2120Add automatic issue type classificationThis is a prerequisite for the next release. It contains no feature work.
After merging, the release guardrail check should print nothing:
git fetch origin && git log --oneline origin/develop..origin/main