Skip to content

Commit

Permalink
Ignore github_actions label in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl committed Oct 7, 2024
1 parent 20fe833 commit 173fca8
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 @@ -40,7 +40,7 @@ rescue LoadError
# Part of an optional group
else
GitHubChangelogGenerator::RakeTask.new :changelog do |config|
config.exclude_labels = %w[duplicate question invalid wontfix wont-fix skip-changelog]
config.exclude_labels = %w[duplicate question invalid wontfix wont-fix skip-changelog github_actions]
config.user = 'voxpupuli'
config.project = 'librarian-puppet'
config.since_tag = 'v3.0.1'
Expand Down

0 comments on commit 173fca8

Please sign in to comment.