Skip to content

Commit

Permalink
update call
Browse files Browse the repository at this point in the history
org is not an option for that endpoint
  • Loading branch information
LindsayYoung authored Aug 20, 2021
1 parent 2c6b4c5 commit 63114e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/archive.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const shouldBeArchived = async (repo, cutoff) => {
}

// Don't archive cloud.gov repos, these are maintained
if(repo.org === "cloud-gov"){
if(repo.owner.login === 'cloud-gov'){
return false;
}

Expand Down

0 comments on commit 63114e2

Please sign in to comment.