Skip to content

Commit

Permalink
Support github_team_members role edits (integrations#1216)
Browse files Browse the repository at this point in the history
Co-authored-by: Keegan Campbell <me@kfcampbell.com>
  • Loading branch information
csainty and kfcampbell authored Aug 23, 2022
1 parent 1ce402b commit 45d2dc5
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions github/resource_github_team_members.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,6 @@ func resourceGithubTeamMembersUpdate(d *schema.ResourceData, meta interface{}) e
if err != nil {
return err
}

continue
}

if create {
Expand All @@ -167,12 +165,6 @@ func resourceGithubTeamMembersUpdate(d *schema.ResourceData, meta interface{}) e
if err != nil {
return err
}
continue
}

// no change
if reflect.DeepEqual(change.Old, change.New) {
continue
}
}

Expand Down

0 comments on commit 45d2dc5

Please sign in to comment.