Skip to content

Commit

Permalink
remove duplicate auto merge set
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettheel committed Aug 25, 2022
1 parent a0313a2 commit dae2b5f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion github/data_source_github_repository.go
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,6 @@ func dataSourceGithubRepositoryRead(d *schema.ResourceData, meta interface{}) er
d.Set("allow_squash_merge", repo.GetAllowSquashMerge())
d.Set("allow_rebase_merge", repo.GetAllowRebaseMerge())
d.Set("allow_auto_merge", repo.GetAllowAutoMerge())
d.Set("allow_auto_merge", repo.GetAllowAutoMerge())
d.Set("squash_merge_commit_title", repo.GetSquashMergeCommitTitle())
d.Set("squash_merge_commit_message", repo.GetSquashMergeCommitMessage())
d.Set("merge_commit_title", repo.GetMergeCommitTitle())
Expand Down

0 comments on commit dae2b5f

Please sign in to comment.