-
Notifications
You must be signed in to change notification settings - Fork 925
Rebase code for failing PRs #2992
Copy link
Copy link
Closed
Labels
no-issue-activityDiscuss has gone quiet. Auto-tagging to encourage people to re-engage with the issue (or close it!).Discuss has gone quiet. Auto-tagging to encourage people to re-engage with the issue (or close it!).
Metadata
Metadata
Assignees
Labels
no-issue-activityDiscuss has gone quiet. Auto-tagging to encourage people to re-engage with the issue (or close it!).Discuss has gone quiet. Auto-tagging to encourage people to re-engage with the issue (or close it!).
Type
Fields
Give feedbackNo fields configured for issues without a type.
Following the fix of #2946, caused by the upgrading of some dependant python libraries such as rdflib, PRs that were failing (such as #2958) now pass CI tests.
For the failing PRs to pass the CI tests the code behind the PR had to be rebased against the current state of the main branch. This was simple for PRs based on branches in this repository.
However several PRs (#2941, #2953, #2965, #2985 and possibly #2738) are hosted in branches in other forked repositories. In these cases the code in those repositories, should be rebased against the main branch in this repository.
This issue is to capture to actions to achieve that