diff --git a/moduleroot/.github/labeler.yml.erb b/moduleroot/.github/labeler.yml.erb index 7899de84..f2d08d6b 100644 --- a/moduleroot/.github/labeler.yml.erb +++ b/moduleroot/.github/labeler.yml.erb @@ -1,3 +1,6 @@ --- +# Managed by modulesync - DO NOT EDIT +# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/ + skip-changelog: - head-branch: ['^release-*', 'release'] diff --git a/moduleroot/.github/release.yml.erb b/moduleroot/.github/release.yml.erb index cca537e5..f5b5d7a9 100644 --- a/moduleroot/.github/release.yml.erb +++ b/moduleroot/.github/release.yml.erb @@ -1,4 +1,7 @@ --- +# Managed by modulesync - DO NOT EDIT +# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/ + # https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes changelog: diff --git a/moduleroot/.github/workflows/labeler.yml b/moduleroot/.github/workflows/labeler.yml.erb similarity index 66% rename from moduleroot/.github/workflows/labeler.yml rename to moduleroot/.github/workflows/labeler.yml.erb index c708d342..66127cd0 100644 --- a/moduleroot/.github/workflows/labeler.yml +++ b/moduleroot/.github/workflows/labeler.yml.erb @@ -1,4 +1,7 @@ --- +# Managed by modulesync - DO NOT EDIT +# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/ + name: "Pull Request Labeler" on: diff --git a/moduleroot/.puppet-lint.rc.erb b/moduleroot/.puppet-lint.rc.erb index 65b8532e..8818d726 100644 --- a/moduleroot/.puppet-lint.rc.erb +++ b/moduleroot/.puppet-lint.rc.erb @@ -1,3 +1,6 @@ +# Managed by modulesync - DO NOT EDIT +# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/ + --fail-on-warnings <% checks = @configs['disabled_lint_checks'] - @configs['enabled_lint_checks'] -%> <% checks.each do |check| -%>