Skip to content

Commit

Permalink
add github_actions to exclude list
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaffen committed Jan 18, 2024
1 parent b03e74a commit baa8888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ begin
require 'github_changelog_generator/task'
GitHubChangelogGenerator::RakeTask.new :changelog do |config|
config.header = "# Changelog\n\nAll notable changes to this project will be documented in this file.\nEach new release typically also includes the latest modulesync defaults.\nThese should not affect the functionality of the module."
config.exclude_labels = %w{duplicate question invalid wontfix wont-fix modulesync skip-changelog}
config.exclude_labels = %w[duplicate question invalid wontfix wont-fix modulesync skip-changelog github_actions]
config.user = 'voxpupuli'
config.project = 'puppet-catalog-diff-viewer'
config.future_release = '0.8.0'
Expand Down

0 comments on commit baa8888

Please sign in to comment.