Open
Description
The warning looks like this:
INFO: Received unexpected 'rel' attribute in 'Link' header: "deprecation"
Seems to be coming from here:
Line 268 in ce8c885
Affected code:
let page = octocrab
.search()
.issues_and_pull_requests(&format!(
"is:pr repo:{}/{} head:{}",
GITHUB_ORG,
GitHubRepo::Mono.name(),
branch
))
.send()
.await?;
This is super annoying because this directly affects users and there's no way to suppress it 😞
Metadata
Metadata
Assignees
Labels
No labels