Skip to content

Bump required labeler action to v6.1#18842

Merged
jtpio merged 1 commit into
jupyterlab:mainfrom
krassowski:labeller-bump
May 6, 2026
Merged

Bump required labeler action to v6.1#18842
jtpio merged 1 commit into
jupyterlab:mainfrom
krassowski:labeller-bump

Conversation

@krassowski

Copy link
Copy Markdown
Member

References

Code changes

- - uses: actions/labeler@v6
+ - uses: actions/labeler@v6.1

Developer-facing changes

Labeller should no longer fight us when we add/remove labels manually

Backwards-incompatible changes

None

AI usage

No

@jupyterlab-probot

jupyterlab-probot Bot commented May 6, 2026

Copy link
Copy Markdown

Thanks for making a pull request to jupyterlab!
To try out this branch on binder, follow this link: Binder

View the integration tests report in the browser: UI tests report

@krassowski krassowski added this to the 4.6.0 milestone May 6, 2026
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v6
- uses: actions/labeler@v6.1

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't the v6 tag the same as v6.1?

Image

Or do we want the explicit pin?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is. Yes, I wondered if we wanted to do so and decided to open a PR:

  • because it gives a trace of when the issue was fixed
  • because if we decide to hash-pin everything it will be easy to catch that we should not pin to 6.0

But I do not have a strong opinion here, the other option is to just close the issue.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The downside is that we will not automatically get 6.2, which could also be an upside if it ends up changing some things in a way that is not intended.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No strong opinion either. happy to go with this too.

@jtpio jtpio left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@jtpio
jtpio merged commit 5cc4a33 into jupyterlab:main May 6, 2026
147 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Labeler automation fights with maintainers who add documentation label

2 participants