Closed
Bug 1621420
Opened 5 years ago
Closed 5 years ago
Github changed its API - update needed
Categories
(Taskcluster :: Services, task)
Taskcluster
Services
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: owlish, Assigned: owlish)
References
(Blocks 1 open bug)
Details
We need to update repos.CreateCommitComment
API call, otherwise the app won't be able to post comments
Assignee | ||
Comment 1•5 years ago
|
||
Errors:
Deprecation: [@octokit/rest] "sha" parameter is deprecated for ".repos.createCommitComment()". Use "commit_sha" instead
and
Deprecation: [@octokit/rest] "Get the SHA-1 of a commit reference" will be removed. Use "Get a single commit" instead with media type format set to "sha" instead.
Assignee | ||
Comment 2•5 years ago
|
||
Assignee | ||
Updated•5 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•