Skip to content

ci: replace dead labels tool with ghaction-github-labeler - #727

Merged
MartinHjelmare merged 1 commit into
mainfrom
chore/update-label-manager
Aug 30, 2026
Merged

ci: replace dead labels tool with ghaction-github-labeler#727
MartinHjelmare merged 1 commit into
mainfrom
chore/update-label-manager

Conversation

@MartinHjelmare

@MartinHjelmare MartinHjelmare commented Aug 30, 2026

Copy link
Copy Markdown
Collaborator

Description of change

The labels PyPI tool (hackebrot/labels) crashes against the current
GitHub API with:
TypeError: Label.init() got an unexpected keyword argument 'archived_at'

Replace it with crazy-max/ghaction-github-labeler v6.0.0 (actively
maintained, native action). Convert .github/labels.toml to the YAML
format the new action expects and remove the now-unused .toml file.

Pull-Request Checklist

  • Code is up-to-date with the main branch
  • This pull request follows the contributing guidelines.
  • This pull request links relevant issues as Fixes #0000
  • There are new or updated unit tests validating the change
  • Documentation has been updated to reflect this change
  • The new commits follow conventions outlined in the conventional commit spec, such as "fix(api): prevent racing of requests".
  • If the lint job is failing, try prek run -a for further information.
  • If CI / test is failing, try uv run pytest for further information.

The `labels` PyPI tool (hackebrot/labels) crashes against the current
GitHub API with:
  TypeError: Label.__init__() got an unexpected keyword argument 'archived_at'

Replace it with crazy-max/ghaction-github-labeler v6.0.0 (actively
maintained, native action). Convert .github/labels.toml to the YAML
format the new action expects and remove the now-unused .toml file.
@MartinHjelmare
MartinHjelmare merged commit b730712 into main Aug 30, 2026
8 checks passed
@MartinHjelmare
MartinHjelmare deleted the chore/update-label-manager branch August 30, 2026 19:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant