Skip to content

Conversation

cdce8p
Copy link
Member

@cdce8p cdce8p commented Jan 30, 2023

@cdce8p cdce8p added Maintenance Discussion or action around maintaining astroid or the dev workflow backport maintenance/2.13.x labels Jan 30, 2023
@cdce8p cdce8p added this to the 2.13.4 milestone Jan 30, 2023
@codecov
Copy link

codecov bot commented Jan 30, 2023

Codecov Report

Merging #1989 (c14024b) into main (c1e4c95) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1989   +/-   ##
=======================================
  Coverage   92.68%   92.68%           
=======================================
  Files          94       94           
  Lines       10891    10891           
=======================================
  Hits        10094    10094           
  Misses        797      797           
Flag Coverage Δ
linux 92.44% <ø> (ø)
pypy 88.55% <ø> (ø)
windows 92.36% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

@cdce8p cdce8p added the dependency Related to dependencies of the project label Jan 30, 2023
@Pierre-Sassoulas Pierre-Sassoulas merged commit e31c9c4 into pylint-dev:main Jan 30, 2023
@github-actions
Copy link
Contributor

The backport to maintenance/2.13.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-maintenance/2.13.x maintenance/2.13.x
# Navigate to the new working tree
cd .worktrees/backport-maintenance/2.13.x
# Create a new branch
git switch --create backport-1989-to-maintenance/2.13.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 e31c9c48c63943cec9be87a70fe0ef30b38c0ab0
# Push it to GitHub
git push --set-upstream origin backport-1989-to-maintenance/2.13.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-maintenance/2.13.x

Then, create a pull request where the base branch is maintenance/2.13.x and the compare/head branch is backport-1989-to-maintenance/2.13.x.

@cdce8p cdce8p deleted the bump-isort branch January 30, 2023 07:54
cdce8p added a commit to cdce8p/astroid that referenced this pull request Jan 30, 2023
Pierre-Sassoulas pushed a commit that referenced this pull request Jan 30, 2023
@cdce8p cdce8p added the backported Assigned once the backport is done label Jan 31, 2023
@cdce8p cdce8p modified the milestone: 2.13.4 Jan 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backported Assigned once the backport is done dependency Related to dependencies of the project Maintenance Discussion or action around maintaining astroid or the dev workflow
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants