Skip to content

Commit

Permalink
Merge pull request #915 from voxpupuli/add_modulesync_hint
Browse files Browse the repository at this point in the history
add hint that these files are managed by modulesync
  • Loading branch information
rwaffen committed Jul 8, 2024
2 parents 0d7f8ae + 293a605 commit 12ea890
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions moduleroot/.github/labeler.yml.erb
Original file line number Diff line number Diff line change
@@ -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']
3 changes: 3 additions & 0 deletions moduleroot/.github/release.yml.erb
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
---
# Managed by modulesync - DO NOT EDIT
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/

name: "Pull Request Labeler"

on:
Expand Down
3 changes: 3 additions & 0 deletions moduleroot/.puppet-lint.rc.erb
Original file line number Diff line number Diff line change
@@ -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| -%>
Expand Down

0 comments on commit 12ea890

Please sign in to comment.