Skip to content

Commit

Permalink
Merge pull request #64 from Jakski/main
Browse files Browse the repository at this point in the history
Ignore metadata for CODEOWNERS file
  • Loading branch information
sprankhub committed Jul 1, 2023
2 parents 4344a5c + c919b2d commit a2184cf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -170,4 +170,11 @@ resource "github_repository_file" "codeowners" {
commit_author = "mage-os-ci"
commit_email = "[email protected]"
overwrite_on_create = true

lifecycle {
ignore_changes = [
commit_author,
commit_email,
]
}
}

0 comments on commit a2184cf

Please sign in to comment.