You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per this recent blog post there is new API functionality to archive repositories.
This touches on several areas of the API
Add Archived field to PullRequest response model
Add Archived field to the request model UpdateRepository used to edit a repository (and note that un-archiving a repo can not be done via the API!)
Add Archived flag to the request model SearchRepositoriesRequest used to search repositories (should render as archived:true in the generated search string)
WebHooks now have an Archived and Unarchived event, so we should check whether your activity classes need to have this added to EventInfoState enum (I think possibly not though, as this enum is maybe only used for Issue events and not Repository events)
The text was updated successfully, but these errors were encountered:
As per this recent blog post there is new API functionality to archive repositories.
This touches on several areas of the API
Archived
field toPullRequest
response modelArchived
field to the request modelUpdateRepository
used to edit a repository (and note that un-archiving a repo can not be done via the API!)Archived
flag to the request modelSearchRepositoriesRequest
used to search repositories (should render asarchived:true
in the generated search string)Archived
andUnarchived
event, so we should check whether your activity classes need to have this added toEventInfoState
enum (I think possibly not though, as this enum is maybe only used for Issue events and not Repository events)The text was updated successfully, but these errors were encountered: