Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#443] Fix GitHub adapter broken after GitHub redesign #444

Merged
merged 1 commit into from
Feb 3, 2025

Conversation

klappradla
Copy link
Member

This updates the GitHub adapter to work with the redesigned issue pages.
As we do not know now GitHub Enterprise looks like for the majority of
users, we keep the previous logic for the "legacy" strategy of the
adapter.

To keep the change and the adapter simple, I dropped support selecting
issues on the issues page. Instead, we only support the issue show pages
now. On the long run, it may make sense to look into supporting GitHub
projects too.

The new GitHub adapter supports GitHub issue types and won't look for
the "bug" label any more.

Ticket: #443

Fixes: #443

This updates the GitHub adapter to work with the redesigned issue pages.
As we do not know now GitHub Enterprise looks like for the majority of
users, we keep the previous logic for the "legacy" strategy of the
adapter.

To keep the change and the adapter simple, I dropped support selecting
issues on the issues page. Instead, we only support the issue show pages
now. On the long run, it may make sense to look into supporting GitHub
projects too.

The new GitHub adapter supports GitHub issue types and won't look for
the "bug" label any more.

Ticket: #443

Fixes: #443
@klappradla klappradla changed the title [#443] GitHub adapter broken after GitHub redesign [#443] Fix GitHub adapter broken after GitHub redesign Jan 30, 2025
@klappradla klappradla merged commit 93ececb into main Feb 3, 2025
7 checks passed
@klappradla klappradla deleted the bug/gh-broken branch February 3, 2025 11: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.

GitHub adapter broken after GitHub redesign
2 participants