Skip to content

Commit

Permalink
remove team from archived repo
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoieni committed Aug 21, 2024
1 parent 9aa8f60 commit c060b10
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
7 changes: 1 addition & 6 deletions tests/static-api/_expected/v1/repos.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,7 @@
"description": "An archived repo!",
"homepage": null,
"bots": [],
"teams": [
{
"name": "foo",
"permission": "admin"
}
],
"teams": [],
"members": [],
"branch_protections": [
{
Expand Down
7 changes: 1 addition & 6 deletions tests/static-api/_expected/v1/repos/archived_repo.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,7 @@
"description": "An archived repo!",
"homepage": null,
"bots": [],
"teams": [
{
"name": "foo",
"permission": "admin"
}
],
"teams": [],
"members": [],
"branch_protections": [
{
Expand Down
1 change: 0 additions & 1 deletion tests/static-api/repos/archive/test-org/archived_repo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ description = "An archived repo!"
bots = []

[access.teams]
foo = "admin"

[[branch-protections]]
pattern = "master"
Expand Down

0 comments on commit c060b10

Please sign in to comment.