From 293a6052bede8f9bb63092108007f8873a5aa362 Mon Sep 17 00:00:00 2001 From: Robert Waffen Date: Mon, 8 Jul 2024 10:50:17 +0200 Subject: [PATCH] add hint that these files are managed by modulesync Signed-off-by: Robert Waffen --- moduleroot/.github/labeler.yml.erb | 3 +++ moduleroot/.github/release.yml.erb | 3 +++ moduleroot/.github/workflows/{labeler.yml => labeler.yml.erb} | 3 +++ moduleroot/.puppet-lint.rc.erb | 3 +++ 4 files changed, 12 insertions(+) rename moduleroot/.github/workflows/{labeler.yml => labeler.yml.erb} (66%) 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| -%>