GH-47259: [Dev] Use "issue type" not "issue label" for issue type - #47340
GH-47259: [Dev] Use "issue type" not "issue label" for issue type#47340kou wants to merge 1 commit into
Conversation
|
|
raulcd
left a comment
There was a problem hiding this comment.
I think this will break our current changelog generation, as we rely on the label Type::
arrow/dev/archery/archery/release/core.py
Lines 460 to 473 in 7360515
We should also change this probably:
arrow/dev/archery/archery/release/core.py
Lines 71 to 83 in 7360515
|
Oh, sorry. I missed it. It seems that PyGithub doesn't support issue type yet: |
|
I saw @EnricoMi is a maintainer on PyGithub maybe he can help get a release soon as this was merged some days ago :) |
|
Give me a few more days. |
|
Thank you for your contribution. Unfortunately, this pull request has been marked as stale because it has had no activity in the past 365 days. Please remove the stale label or comment below, or this PR will be closed in 14 days. Feel free to re-open this if it has been closed in error. If you do not have repository permissions to reopen the PR, please tag a maintainer. |
|
This has been released on Sep 2, 2025. Use the latest version of PyGithub to get this fix.. |
|
Thanks! |
Rationale for this change
GitHub introduced the "issue type" feature for issue type:
Let's use it not custom "issue label"s such as "Type: bug" and "Type: enhancement" for issue type.
What changes are included in this PR?
Use
type:instead oflabels:in issue templates.Are these changes tested?
Yes.
Are there any user-facing changes?
No.